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:pmx_functions
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-amd.c
971
return ARRAY_SIZE(
pmx_functions
);
in amd_get_functions_count()
976
return
pmx_functions
[selector].name;
in amd_get_fname()
990
*groups =
pmx_functions
[selector].groups;
in amd_get_groups()
991
*num_groups =
pmx_functions
[selector].ngroups;
in amd_get_groups()
1006
if (strcmp(gpio_dev->groups[group].name,
pmx_functions
[function].groups[index]))
in amd_set_mux()
1009
if (readb(gpio_dev->iomux_base +
pmx_functions
[function].index) ==
in amd_set_mux()
1012
pmx_functions
[function].index);
in amd_set_mux()
1016
writeb(index, gpio_dev->iomux_base +
pmx_functions
[function].index);
in amd_set_mux()
1018
if (index != (readb(gpio_dev->iomux_base +
pmx_functions
[function].index) &
in amd_set_mux()
1021
pmx_functions
[functio
in amd_set_mux()
[all...]
H
A
D
pinctrl-amd.h
1479
static const struct amd_function
pmx_functions
[] = {
variable
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H
A
D
pinctrl-samsung.c
337
return drvdata->
pmx_functions
[selector].name;
in samsung_pinmux_get_fname()
348
*groups = drvdata->
pmx_functions
[selector].groups;
in samsung_pinmux_get_groups()
349
*num_groups = drvdata->
pmx_functions
[selector].num_groups;
in samsung_pinmux_get_groups()
389
func = &drvdata->
pmx_functions
[selector];
in samsung_pinmux_setup()
847
drvdata->
pmx_functions
= functions;
in samsung_pinctrl_parse_dt()
H
A
D
pinctrl-samsung.h
260
* @
pmx_functions
: list of pin functions available to the driver.
281
const struct samsung_pmx_func *
pmx_functions
;
member
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H
A
D
pinctrl-samsung.c
337
return drvdata->
pmx_functions
[selector].name;
in samsung_pinmux_get_fname()
348
*groups = drvdata->
pmx_functions
[selector].groups;
in samsung_pinmux_get_groups()
349
*num_groups = drvdata->
pmx_functions
[selector].num_groups;
in samsung_pinmux_get_groups()
389
func = &drvdata->
pmx_functions
[selector];
in samsung_pinmux_setup()
847
drvdata->
pmx_functions
= functions;
in samsung_pinctrl_parse_dt()
H
A
D
pinctrl-samsung.h
268
* @
pmx_functions
: list of pin functions available to the driver.
289
const struct samsung_pmx_func *
pmx_functions
;
member
Completed in 10 milliseconds