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:irq_high
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-mxc.c
64
int
irq_high
;
member
334
if (port->
irq_high
&& (gpio_idx >= 16))
in gpio_set_wake_irq()
335
ret = enable_irq_wake(port->
irq_high
);
in gpio_set_wake_irq()
340
if (port->
irq_high
&& (gpio_idx >= 16))
in gpio_set_wake_irq()
341
ret = disable_irq_wake(port->
irq_high
);
in gpio_set_wake_irq()
411
if (port->
irq_high
> 0) {
in mxc_update_irq_chained_handler()
413
irq_set_chained_handler_and_data(port->
irq_high
,
in mxc_update_irq_chained_handler()
417
irq_set_chained_handler_and_data(port->
irq_high
, NULL, NULL);
in mxc_update_irq_chained_handler()
445
port->
irq_high
= platform_get_irq(pdev, 1);
in mxc_gpio_probe()
446
if (port->
irq_high
<
in mxc_gpio_probe()
[all...]
H
A
D
gpio-adnp.c
33
u8 *
irq_high
;
member
285
pending |= (adnp->
irq_high
[i] & level) |
in adnp_irq()
342
adnp->
irq_high
[reg] |= BIT(pos);
in adnp_irq_set_type()
344
adnp->
irq_high
[reg] &= ~BIT(pos);
in adnp_irq_set_type()
412
adnp->
irq_high
= adnp->irq_enable + (num_regs * 4);
in adnp_irq_setup()
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-mxc.c
64
int
irq_high
;
member
332
if (port->
irq_high
&& (gpio_idx >= 16))
in gpio_set_wake_irq()
333
ret = enable_irq_wake(port->
irq_high
);
in gpio_set_wake_irq()
337
if (port->
irq_high
&& (gpio_idx >= 16))
in gpio_set_wake_irq()
338
ret = disable_irq_wake(port->
irq_high
);
in gpio_set_wake_irq()
437
port->
irq_high
= platform_get_irq(pdev, 1);
in mxc_gpio_probe()
438
if (port->
irq_high
< 0)
in mxc_gpio_probe()
439
port->
irq_high
= 0;
in mxc_gpio_probe()
475
if (port->
irq_high
> 0)
in mxc_gpio_probe()
477
irq_set_chained_handler_and_data(port->
irq_high
,
in mxc_gpio_probe()
[all...]
H
A
D
gpio-adnp.c
32
u8 *
irq_high
;
member
284
pending |= (adnp->
irq_high
[i] & level) |
in adnp_irq()
339
adnp->
irq_high
[reg] |= BIT(pos);
in adnp_irq_set_type()
341
adnp->
irq_high
[reg] &= ~BIT(pos);
in adnp_irq_set_type()
407
adnp->
irq_high
= adnp->irq_enable + (num_regs * 4);
in adnp_irq_setup()
/kernel/linux/linux-5.10/include/sound/
H
A
D
wm9081.h
18
bool
irq_high
; /* IRQ is active high */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
wm9081.h
18
bool
irq_high
; /* IRQ is active high */
member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-crag6410-module.c
153
.
irq_high
= false,
H
A
D
mach-smdk6410.c
485
.
irq_high
= 1,
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
mach-crag6410-module.c
147
.
irq_high
= false,
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
wm8350-irq.c
503
if (pdata && pdata->
irq_high
) {
in wm8350_irq_init()
/kernel/linux/linux-5.10/include/linux/mfd/wm8350/
H
A
D
core.h
624
* @
irq_high
: Set if WM8350 IRQ is active high.
630
int
irq_high
;
member
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
wm8350-irq.c
503
if (pdata && pdata->
irq_high
) {
in wm8350_irq_init()
/kernel/linux/linux-6.6/include/linux/mfd/wm8350/
H
A
D
core.h
624
* @
irq_high
: Set if WM8350 IRQ is active high.
630
int
irq_high
;
member
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm9081.c
1344
if (wm9081->pdata.
irq_high
)
in wm9081_i2c_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm9081.c
1342
if (wm9081->pdata.
irq_high
)
in wm9081_i2c_probe()
Completed in 13 milliseconds