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_flags
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_sdio.c
1342
if ((common->
wow_flags
& RSI_WOW_ENABLED) &&
in rsi_sdio_enable_interrupts()
1343
(common->
wow_flags
& RSI_WOW_NO_CONNECTION))
in rsi_sdio_enable_interrupts()
1412
if ((common->
wow_flags
& RSI_WOW_ENABLED) &&
in rsi_freeze()
1413
(common->
wow_flags
& RSI_WOW_NO_CONNECTION))
in rsi_freeze()
1499
common->
wow_flags
= 0;
in rsi_restore()
H
A
D
rsi_main.h
312
u8
wow_flags
;
member
H
A
D
rsi_91x_mgmt.c
1230
if (common->
wow_flags
& RSI_WOW_ENABLED) {
in rsi_send_vap_dynamic_update()
1502
if (!(common->
wow_flags
& RSI_WOW_ENABLED))
in rsi_inform_bss_status()
1816
cmd_frame->
wow_flags
= flags;
in rsi_send_wowlan_request()
1818
cmd_frame->host_sleep_status, cmd_frame->
wow_flags
);
in rsi_send_wowlan_request()
H
A
D
rsi_91x_mac80211.c
248
if ((common->
wow_flags
& RSI_WOW_ENABLED) ||
in rsi_mac80211_hw_scan_start()
1861
common->
wow_flags
|= RSI_WOW_ENABLED;
in rsi_config_wowlan()
1870
common->
wow_flags
|= RSI_WOW_NO_CONNECTION;
in rsi_config_wowlan()
1917
common->
wow_flags
= 0;
in rsi_mac80211_resume()
H
A
D
rsi_91x_core.c
394
if (common->
wow_flags
& RSI_WOW_ENABLED) {
in rsi_core_xmit()
H
A
D
rsi_mgmt.h
635
u16
wow_flags
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_sdio.c
1332
if ((common->
wow_flags
& RSI_WOW_ENABLED) &&
in rsi_sdio_enable_interrupts()
1333
(common->
wow_flags
& RSI_WOW_NO_CONNECTION))
in rsi_sdio_enable_interrupts()
1402
if ((common->
wow_flags
& RSI_WOW_ENABLED) &&
in rsi_freeze()
1403
(common->
wow_flags
& RSI_WOW_NO_CONNECTION))
in rsi_freeze()
1488
common->
wow_flags
= 0;
in rsi_restore()
H
A
D
rsi_main.h
312
u8
wow_flags
;
member
H
A
D
rsi_91x_mgmt.c
1229
if (common->
wow_flags
& RSI_WOW_ENABLED) {
in rsi_send_vap_dynamic_update()
1501
if (!(common->
wow_flags
& RSI_WOW_ENABLED))
in rsi_inform_bss_status()
1814
cmd_frame->
wow_flags
= flags;
in rsi_send_wowlan_request()
1816
cmd_frame->host_sleep_status, cmd_frame->
wow_flags
);
in rsi_send_wowlan_request()
H
A
D
rsi_91x_mac80211.c
247
if ((common->
wow_flags
& RSI_WOW_ENABLED) ||
in rsi_mac80211_hw_scan_start()
1878
common->
wow_flags
|= RSI_WOW_ENABLED;
in rsi_config_wowlan()
1887
common->
wow_flags
|= RSI_WOW_NO_CONNECTION;
in rsi_config_wowlan()
1934
common->
wow_flags
= 0;
in rsi_mac80211_resume()
H
A
D
rsi_91x_core.c
393
if (common->
wow_flags
& RSI_WOW_ENABLED) {
in rsi_core_xmit()
H
A
D
rsi_mgmt.h
635
u16
wow_flags
;
member
Completed in 20 milliseconds