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:lpc32xx_gpiochip
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-lpc32xx.c
397
static struct lpc32xx_gpio_chip
lpc32xx_gpiochip
[] = {
variable
496
if ((bank >= ARRAY_SIZE(
lpc32xx_gpiochip
) ||
in lpc32xx_of_xlate()
497
(gc != &
lpc32xx_gpiochip
[bank].chip)))
in lpc32xx_of_xlate()
514
for (i = 0; i < ARRAY_SIZE(
lpc32xx_gpiochip
); i++) {
in lpc32xx_gpio_probe()
516
lpc32xx_gpiochip
[i].chip.of_xlate = lpc32xx_of_xlate;
in lpc32xx_gpio_probe()
517
lpc32xx_gpiochip
[i].chip.of_gpio_n_cells = 3;
in lpc32xx_gpio_probe()
518
lpc32xx_gpiochip
[i].chip.of_node = pdev->dev.of_node;
in lpc32xx_gpio_probe()
519
lpc32xx_gpiochip
[i].reg_base = reg_base;
in lpc32xx_gpio_probe()
521
devm_gpiochip_add_data(&pdev->dev, &
lpc32xx_gpiochip
[i].chip,
in lpc32xx_gpio_probe()
522
&
lpc32xx_gpiochip
[
in lpc32xx_gpio_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-lpc32xx.c
397
static struct lpc32xx_gpio_chip
lpc32xx_gpiochip
[] = {
variable
496
if ((bank >= ARRAY_SIZE(
lpc32xx_gpiochip
) ||
in lpc32xx_of_xlate()
497
(gc != &
lpc32xx_gpiochip
[bank].chip)))
in lpc32xx_of_xlate()
514
for (i = 0; i < ARRAY_SIZE(
lpc32xx_gpiochip
); i++) {
in lpc32xx_gpio_probe()
515
lpc32xx_gpiochip
[i].chip.parent = &pdev->dev;
in lpc32xx_gpio_probe()
517
lpc32xx_gpiochip
[i].chip.of_xlate = lpc32xx_of_xlate;
in lpc32xx_gpio_probe()
518
lpc32xx_gpiochip
[i].chip.of_gpio_n_cells = 3;
in lpc32xx_gpio_probe()
519
lpc32xx_gpiochip
[i].reg_base = reg_base;
in lpc32xx_gpio_probe()
521
devm_gpiochip_add_data(&pdev->dev, &
lpc32xx_gpiochip
[i].chip,
in lpc32xx_gpio_probe()
522
&
lpc32xx_gpiochip
[
in lpc32xx_gpio_probe()
[all...]
Completed in 2 milliseconds