Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:io_pads
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/tegra/
H
A
D
pmc.c
307
const struct tegra_io_pad_soc *
io_pads
;
member
1261
if (pmc->soc->
io_pads
[i].id == id)
in tegra_io_pad_find()
1262
return &pmc->soc->
io_pads
[i];
in tegra_io_pad_find()
1750
return pmc->soc->
io_pads
[group].name;
in tegra_io_pad_pinctrl_get_group_name()
1760
*pins = &pmc->soc->
io_pads
[group].id;
in tegra_io_pad_pinctrl_get_group_pins()
2751
.
io_pads
= NULL,
2810
.
io_pads
= NULL,
2865
.
io_pads
= NULL,
2980
.
io_pads
= tegra124_io_pads,
3104
.
io_pads
[all...]
/kernel/linux/linux-6.6/drivers/soc/tegra/
H
A
D
pmc.c
350
const struct tegra_io_pad_soc *
io_pads
;
member
1545
if (pmc->soc->
io_pads
[i].id == id)
in tegra_io_pad_find()
1546
return &pmc->soc->
io_pads
[i];
in tegra_io_pad_find()
2050
return pmc->soc->
io_pads
[group].name;
in tegra_io_pad_pinctrl_get_group_name()
2060
*pins = &pmc->soc->
io_pads
[group].id;
in tegra_io_pad_pinctrl_get_group_pins()
3320
.
io_pads
= NULL,
3381
.
io_pads
= NULL,
3438
.
io_pads
= NULL,
3582
.
io_pads
= tegra124_io_pads,
3741
.
io_pads
[all...]
Completed in 9 milliseconds