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:on_channel
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
offchannel.c
355
roc->
on_channel
= roc->chan == local->_oper_chandef.chan &&
in _ieee80211_start_next_roc()
362
if (!roc->
on_channel
) {
in _ieee80211_start_next_roc()
377
tmp->
on_channel
= roc->
on_channel
;
in _ieee80211_start_next_roc()
416
bool
on_channel
;
in __ieee80211_roc_work()
local
432
on_channel
= roc->
on_channel
;
in __ieee80211_roc_work()
438
if (!
on_channel
) {
in __ieee80211_roc_work()
647
roc->
on_channel
= tmp->
on_channel
;
in ieee80211_start_roc_work()
[all...]
H
A
D
ieee80211_i.h
341
bool
on_channel
;
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
offchannel.c
357
roc->
on_channel
= roc->chan == local->_oper_chandef.chan &&
in _ieee80211_start_next_roc()
364
if (!roc->
on_channel
) {
in _ieee80211_start_next_roc()
379
tmp->
on_channel
= roc->
on_channel
;
in _ieee80211_start_next_roc()
418
bool
on_channel
;
in __ieee80211_roc_work()
local
434
on_channel
= roc->
on_channel
;
in __ieee80211_roc_work()
440
if (!
on_channel
) {
in __ieee80211_roc_work()
649
roc->
on_channel
= tmp->
on_channel
;
in ieee80211_start_roc_work()
[all...]
H
A
D
ieee80211_i.h
344
bool
on_channel
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
453
struct completion
on_channel
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
464
struct completion
on_channel
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1095
struct completion
on_channel
;
member
H
A
D
core.c
2308
complete(&ar->scan.
on_channel
);
in ath10k_core_restart()
3304
init_completion(&ar->scan.
on_channel
);
in ath10k_core_create()
H
A
D
mac.c
7763
reinit_completion(&ar->scan.
on_channel
);
in ath10k_remain_on_channel()
7806
ret = wait_for_completion_timeout(&ar->scan.
on_channel
, 3 * HZ);
in ath10k_remain_on_channel()
H
A
D
wmi.c
2122
complete(&ar->scan.
on_channel
);
in ath10k_wmi_event_scan_foreign_chan()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
609
struct completion
on_channel
;
member
H
A
D
core.c
1815
complete(&ar->scan.
on_channel
);
in ath11k_core_pre_reconfigure_recovery()
H
A
D
mac.c
8924
reinit_completion(&ar->scan.
on_channel
);
in ath11k_mac_op_remain_on_channel()
8975
ret = wait_for_completion_timeout(&ar->scan.
on_channel
, 3 * HZ);
in ath11k_mac_op_remain_on_channel()
9769
init_completion(&ar->scan.
on_channel
);
in ath11k_mac_allocate()
H
A
D
wmi.c
6000
complete(&ar->scan.
on_channel
);
in ath11k_wmi_event_scan_foreign_chan()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1111
struct completion
on_channel
;
member
H
A
D
core.c
2520
complete(&ar->scan.
on_channel
);
in ath10k_core_restart()
3605
init_completion(&ar->scan.
on_channel
);
in ath10k_core_create()
H
A
D
mac.c
7916
reinit_completion(&ar->scan.
on_channel
);
in ath10k_remain_on_channel()
7959
ret = wait_for_completion_timeout(&ar->scan.
on_channel
, 3 * HZ);
in ath10k_remain_on_channel()
H
A
D
wmi.c
2122
complete(&ar->scan.
on_channel
);
in ath10k_wmi_event_scan_foreign_chan()
Completed in 98 milliseconds