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:fallingdetect
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-omap.c
41
u32
fallingdetect
;
member
290
omap_gpio_rmw(base + bank->regs->
fallingdetect
, gpio_bit,
in omap_set_gpio_trigger()
299
bank->context.
fallingdetect
=
in omap_set_gpio_trigger()
300
readl_relaxed(bank->base + bank->regs->
fallingdetect
);
in omap_set_gpio_trigger()
1083
p->context.
fallingdetect
= readl_relaxed(base + regs->
fallingdetect
);
in omap_gpio_init_context()
1102
writel_relaxed(bank->context.
fallingdetect
, base + regs->
fallingdetect
);
in omap_gpio_restore_context()
1132
mask = bank->enabled_non_wakeup_gpios & bank->context.
fallingdetect
;
in omap_gpio_idle()
1138
mask &= ~bank->context.
fallingdetect
;
in omap_gpio_idle()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-omap.c
41
u32
fallingdetect
;
member
291
omap_gpio_rmw(base + bank->regs->
fallingdetect
, gpio_bit,
in omap_set_gpio_trigger()
300
bank->context.
fallingdetect
=
in omap_set_gpio_trigger()
301
readl_relaxed(bank->base + bank->regs->
fallingdetect
);
in omap_set_gpio_trigger()
1102
p->context.
fallingdetect
= readl_relaxed(base + regs->
fallingdetect
);
in omap_gpio_init_context()
1121
writel_relaxed(bank->context.
fallingdetect
, base + regs->
fallingdetect
);
in omap_gpio_restore_context()
1151
mask = bank->enabled_non_wakeup_gpios & bank->context.
fallingdetect
;
in omap_gpio_idle()
1157
mask &= ~bank->context.
fallingdetect
;
in omap_gpio_idle()
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
gpio-omap.h
174
u16
fallingdetect
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
gpio-omap.h
174
u16
fallingdetect
;
member
Completed in 5 milliseconds