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:gpio_start
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/input/
H
A
D
adp5589.h
177
int
gpio_start
; /* GPIO Chip base # */
member
/kernel/linux/linux-6.6/include/linux/input/
H
A
D
adp5589.h
177
int
gpio_start
; /* GPIO Chip base # */
member
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
adp5588.h
158
int
gpio_start
; /* GPIO Chip base # */
member
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-adp5520.c
128
gc->base = pdata->
gpio_start
;
in adp5520_gpio_probe()
H
A
D
gpio-pca953x.c
192
unsigned
gpio_start
;
member
617
gc->base = chip->
gpio_start
;
in pca953x_setup_gpio()
966
chip->
gpio_start
= pdata->gpio_base;
in pca953x_probe()
972
chip->
gpio_start
= -1;
in pca953x_probe()
H
A
D
gpio-max732x.c
555
unsigned
gpio_start
)
in max732x_setup_gpio()
594
gc->base =
gpio_start
;
in max732x_setup_gpio()
553
max732x_setup_gpio(struct max732x_chip *chip, const struct i2c_device_id *id, unsigned
gpio_start
)
max732x_setup_gpio()
argument
H
A
D
gpio-adp5588.c
367
gc->base = pdata->
gpio_start
;
in adp5588_gpio_probe()
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
adp5520.h
145
unsigned
gpio_start
;
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
adp5520.h
145
unsigned
gpio_start
;
member
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-adp5520.c
126
gc->base = pdata->
gpio_start
;
in adp5520_gpio_probe()
H
A
D
gpio-pca953x.c
199
unsigned
gpio_start
;
member
710
gc->base = chip->
gpio_start
;
in pca953x_setup_gpio()
1070
chip->
gpio_start
= pdata->gpio_base;
in pca953x_probe()
1076
chip->
gpio_start
= -1;
in pca953x_probe()
H
A
D
gpio-max732x.c
550
unsigned
gpio_start
)
in max732x_setup_gpio()
589
gc->base =
gpio_start
;
in max732x_setup_gpio()
548
max732x_setup_gpio(struct max732x_chip *chip, const struct i2c_device_id *id, unsigned
gpio_start
)
max732x_setup_gpio()
argument
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
adp5588-keys.c
206
kpad->gc.base = gpio_data->
gpio_start
;
in adp5588_gpio_add()
H
A
D
adp5589-keys.c
523
kpad->gc.base = gpio_data->
gpio_start
;
in adp5589_gpio_add()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
adp5589-keys.c
522
kpad->gc.base = gpio_data->
gpio_start
;
in adp5589_gpio_add()
Completed in 15 milliseconds