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:wow_enabled
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
sdio.c
396
dev_dbg(dev, "wl1271 suspend.
wow_enabled
: %d\n",
in wl1271_suspend()
397
wl->
wow_enabled
);
in wl1271_suspend()
400
if (wl->
wow_enabled
) {
in wl1271_suspend()
H
A
D
wlcore.h
372
bool
wow_enabled
;
member
H
A
D
main.c
1751
wl->
wow_enabled
= true;
in wl1271_op_suspend()
1813
wl->
wow_enabled
);
in wl1271_op_resume()
1814
WARN_ON(!wl->
wow_enabled
);
in wl1271_op_resume()
1885
wl->
wow_enabled
= false;
in wl1271_op_resume()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
sdio.c
395
dev_dbg(dev, "wl1271 suspend.
wow_enabled
: %d\n",
in wl1271_suspend()
396
wl->
wow_enabled
);
in wl1271_suspend()
399
if (wl->
wow_enabled
) {
in wl1271_suspend()
H
A
D
wlcore.h
372
bool
wow_enabled
;
member
H
A
D
main.c
1738
wl->
wow_enabled
= true;
in wl1271_op_suspend()
1800
wl->
wow_enabled
);
in wl1271_op_resume()
1801
WARN_ON(!wl->
wow_enabled
);
in wl1271_op_resume()
1870
wl->
wow_enabled
= false;
in wl1271_op_resume()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
ath9k.h
1060
u32
wow_enabled
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
ath9k.h
1060
u32
wow_enabled
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1714
bool
wow_enabled
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
wifi.h
1701
bool
wow_enabled
;
member
Completed in 43 milliseconds