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:woken_up
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
tx.c
334
bool
woken_up
= false;
in wl1251_tx_work()
local
343
if (!
woken_up
) {
in wl1251_tx_work()
347
woken_up
= true;
in wl1251_tx_work()
361
if (
woken_up
)
in wl1251_tx_work()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
tx.c
334
bool
woken_up
= false;
in wl1251_tx_work()
local
343
if (!
woken_up
) {
in wl1251_tx_work()
347
woken_up
= true;
in wl1251_tx_work()
361
if (
woken_up
)
in wl1251_tx_work()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-sata.c
371
bool
woken_up
= false;
in sata_link_scr_lpm()
local
386
woken_up
= true;
in sata_link_scr_lpm()
428
if (
woken_up
)
in sata_link_scr_lpm()
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
elan_i2c_core.c
231
bool
woken_up
= false;
in __elan_initialize()
local
258
woken_up
= true;
in __elan_initialize()
269
if (!
woken_up
) {
in __elan_initialize()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-sata.c
373
bool
woken_up
= false;
in sata_link_scr_lpm()
local
388
woken_up
= true;
in sata_link_scr_lpm()
430
if (
woken_up
)
in sata_link_scr_lpm()
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
elan_i2c_core.c
263
bool
woken_up
= false;
in __elan_initialize()
local
292
woken_up
= true;
in __elan_initialize()
303
if (!
woken_up
) {
in __elan_initialize()
Completed in 11 milliseconds