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:g2fp_maps
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/sunplus/
H
A
D
sppctl.c
664
if (pctl->
g2fp_maps
[i].f_idx == selector)
in sppctl_get_function_groups()
703
struct grp2fp_map g2fpm = pctl->
g2fp_maps
[group_selector];
in sppctl_set_mux()
772
struct grp2fp_map g2fpm = pctl->
g2fp_maps
[selector];
in sppctl_get_group_pins()
1007
sppctl->
g2fp_maps
= devm_kcalloc(&pdev->dev, sppctl->unq_grps_sz + 1,
in sppctl_group_groups()
1008
sizeof(*sppctl->
g2fp_maps
), GFP_KERNEL);
in sppctl_group_groups()
1009
if (!sppctl->
g2fp_maps
)
in sppctl_group_groups()
1015
sppctl->
g2fp_maps
[i].f_idx = 0;
in sppctl_group_groups()
1016
sppctl->
g2fp_maps
[i].g_idx = i;
in sppctl_group_groups()
1027
sppctl->
g2fp_maps
[j].f_idx = i;
in sppctl_group_groups()
1028
sppctl->
g2fp_maps
[
in sppctl_group_groups()
[all...]
H
A
D
sppctl.h
139
struct grp2fp_map *
g2fp_maps
;
member
Completed in 3 milliseconds