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:pxa_gpio_bank
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-pxa.c
65
struct
pxa_gpio_bank
{
struct
82
struct
pxa_gpio_bank
*banks;
163
struct
pxa_gpio_bank
*bank = p->banks + (gpio / 32);
in gpio_bank_base()
168
static inline struct
pxa_gpio_bank
*gpio_to_pxabank(struct gpio_chip *c,
in gpio_to_pxabank()
351
struct
pxa_gpio_bank
*bank;
in pxa_init_gpio_chip()
385
static inline void update_edge_detect(struct
pxa_gpio_bank
*c)
in update_edge_detect()
401
struct
pxa_gpio_bank
*c = gpio_to_pxabank(&pchip->chip, gpio);
in pxa_gpio_irq_type()
447
struct
pxa_gpio_bank
*c;
in pxa_gpio_demux_handler()
498
struct
pxa_gpio_bank
*b = gpio_to_pxabank(&pchip->chip, gpio);
in pxa_mask_muxed_gpio()
525
struct
pxa_gpio_bank
*
in pxa_unmask_muxed_gpio()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-pxa.c
64
struct
pxa_gpio_bank
{
struct
81
struct
pxa_gpio_bank
*banks;
162
struct
pxa_gpio_bank
*bank = p->banks + (gpio / 32);
in gpio_bank_base()
167
static inline struct
pxa_gpio_bank
*gpio_to_pxabank(struct gpio_chip *c,
in gpio_to_pxabank()
344
struct
pxa_gpio_bank
*bank;
in pxa_init_gpio_chip()
378
static inline void update_edge_detect(struct
pxa_gpio_bank
*c)
in update_edge_detect()
394
struct
pxa_gpio_bank
*c = gpio_to_pxabank(&pchip->chip, gpio);
in pxa_gpio_irq_type()
440
struct
pxa_gpio_bank
*c;
in pxa_gpio_demux_handler()
490
struct
pxa_gpio_bank
*b = gpio_to_pxabank(&pchip->chip, gpio);
in pxa_mask_muxed_gpio()
517
struct
pxa_gpio_bank
*
in pxa_unmask_muxed_gpio()
[all...]
Completed in 3 milliseconds