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:bcm2835_functions
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm2835.c
224
static const char * const
bcm2835_functions
[BCM2835_FSEL_COUNT] = {
variable
277
bcm2835_functions
[status]);
in bcm2835_pinctrl_fsel_get()
290
bcm2835_functions
[cur]);
in bcm2835_pinctrl_fsel_set()
301
bcm2835_functions
[BCM2835_FSEL_GPIO_IN]);
in bcm2835_pinctrl_fsel_set()
309
bcm2835_functions
[fsel]);
in bcm2835_pinctrl_fsel_set()
727
const char *fname =
bcm2835_functions
[fsel];
in bcm2835_pctl_pin_dbg_show()
754
if (fnum >= ARRAY_SIZE(
bcm2835_functions
)) {
in bcm2835_pctl_dt_node_to_map_func()
761
map->data.mux.function =
bcm2835_functions
[fnum];
in bcm2835_pctl_dt_node_to_map_func()
924
return
bcm2835_functions
[selector];
in bcm2835_pmx_get_function_name()
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm2835.c
227
static const char * const
bcm2835_functions
[BCM2835_FSEL_COUNT] = {
variable
280
bcm2835_functions
[status]);
in bcm2835_pinctrl_fsel_get()
298
bcm2835_functions
[cur]);
in bcm2835_pinctrl_fsel_set()
309
bcm2835_functions
[BCM2835_FSEL_GPIO_IN]);
in bcm2835_pinctrl_fsel_set()
317
bcm2835_functions
[fsel]);
in bcm2835_pinctrl_fsel_set()
746
const char *fname =
bcm2835_functions
[fsel];
in bcm2835_pctl_pin_dbg_show()
773
if (fnum >= ARRAY_SIZE(
bcm2835_functions
)) {
in bcm2835_pctl_dt_node_to_map_func()
780
map->data.mux.function =
bcm2835_functions
[fnum];
in bcm2835_pctl_dt_node_to_map_func()
943
return
bcm2835_functions
[selector];
in bcm2835_pmx_get_function_name()
Completed in 4 milliseconds