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:both_edges
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-ath79.c
33
unsigned long
both_edges
;
member
144
ctrl->
both_edges
|= mask;
in ath79_gpio_irq_set_type()
147
ctrl->
both_edges
&= ~mask;
in ath79_gpio_irq_set_type()
187
u32
both_edges
, state;
in ath79_gpio_irq_handler()
local
197
both_edges
= ctrl->
both_edges
& pending;
in ath79_gpio_irq_handler()
198
if (
both_edges
) {
in ath79_gpio_irq_handler()
201
both_edges
, ~state);
in ath79_gpio_irq_handler()
H
A
D
gpio-mxs.c
55
u32
both_edges
;
member
84
port->
both_edges
&= ~pin_mask;
in mxs_gpio_set_irq_type()
92
port->
both_edges
|= pin_mask;
in mxs_gpio_set_irq_type()
162
if (port->
both_edges
& (1 << irqoffset))
in mxs_gpio_irq_handler()
H
A
D
gpio-mxc.c
68
u32
both_edges
;
member
182
port->
both_edges
&= ~(1 << gpio_idx);
in gpio_set_irq_type()
202
port->
both_edges
|= 1 << gpio_idx;
in gpio_set_irq_type()
268
if (port->
both_edges
& (1 << irqoffset))
in mxc_gpio_irq_handler()
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-ath79.c
34
unsigned long
both_edges
;
member
148
ctrl->
both_edges
|= mask;
in ath79_gpio_irq_set_type()
151
ctrl->
both_edges
&= ~mask;
in ath79_gpio_irq_set_type()
193
u32
both_edges
, state;
in ath79_gpio_irq_handler()
local
203
both_edges
= ctrl->
both_edges
& pending;
in ath79_gpio_irq_handler()
204
if (
both_edges
) {
in ath79_gpio_irq_handler()
207
both_edges
, ~state);
in ath79_gpio_irq_handler()
H
A
D
gpio-mxs.c
54
u32
both_edges
;
member
78
port->
both_edges
&= ~pin_mask;
in mxs_gpio_set_irq_type()
86
port->
both_edges
|= pin_mask;
in mxs_gpio_set_irq_type()
156
if (port->
both_edges
& (1 << irqoffset))
in mxs_gpio_irq_handler()
H
A
D
gpio-mxc.c
69
u32
both_edges
;
member
170
port->
both_edges
&= ~(1 << gpio_idx);
in gpio_set_irq_type()
190
port->
both_edges
|= 1 << gpio_idx;
in gpio_set_irq_type()
267
if (port->
both_edges
& (1 << irqoffset))
in mxc_gpio_irq_handler()
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/
H
A
D
pinctrl-wpcm450.c
62
unsigned long
both_edges
;
member
256
__assign_bit(bit, &pctrl->
both_edges
, 0);
in wpcm450_gpio_set_irq_type()
276
__assign_bit(bit, &pctrl->
both_edges
, 1);
in wpcm450_gpio_set_irq_type()
325
if (pending & pctrl->
both_edges
)
in wpcm450_gpio_irqhandler()
326
wpcm450_gpio_fix_evpol(gpio, pending & pctrl->
both_edges
);
in wpcm450_gpio_irqhandler()
Completed in 7 milliseconds