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:wake_irq_enabled
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-sun6i-r.c
80
static DECLARE_BITMAP(
wake_irq_enabled
, SUN6I_NR_TOP_LEVEL_IRQS);
164
assign_bit(offset_from_nmi,
wake_irq_enabled
, on);
in sun6i_r_intc_irq_set_wake()
277
bitmap_to_arr32(buf,
wake_irq_enabled
, SUN6I_NR_TOP_LEVEL_IRQS);
in sun6i_r_intc_suspend()
326
bitmap_set(
wake_irq_enabled
, v->first_mux_irq, v->nr_mux_irqs);
in sun6i_r_intc_init()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
broadcom.c
38
bool
wake_irq_enabled
;
member
471
if (priv->
wake_irq_enabled
!= state) {
in bcm54xx_set_wakeup_irq()
476
priv->
wake_irq_enabled
= state;
in bcm54xx_set_wakeup_irq()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
raydium_i2c_ts.c
137
bool
wake_irq_enabled
;
member
1192
ts->
wake_irq_enabled
= (enable_irq_wake(client->irq) == 0);
in raydium_i2c_suspend()
1206
if (ts->
wake_irq_enabled
)
in raydium_i2c_resume()
H
A
D
elants_i2c.c
167
bool
wake_irq_enabled
;
member
1487
ts->
wake_irq_enabled
= (enable_irq_wake(client->irq) == 0);
in elants_i2c_suspend()
1514
if (ts->
wake_irq_enabled
)
in elants_i2c_resume()
H
A
D
melfas_mip4.c
174
bool
wake_irq_enabled
;
member
1541
ts->
wake_irq_enabled
= enable_irq_wake(client->irq) == 0;
in mip4_suspend()
1558
if (ts->
wake_irq_enabled
)
in mip4_resume()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
melfas_mip4.c
174
bool
wake_irq_enabled
;
member
1536
ts->
wake_irq_enabled
= enable_irq_wake(client->irq) == 0;
in mip4_suspend()
1553
if (ts->
wake_irq_enabled
)
in mip4_resume()
Completed in 14 milliseconds