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:radar_enabled
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
chan.c
316
/* don't optimize non-20MHz based and
radar_enabled
confs */
in ieee80211_recalc_chanctx_min_def()
324
ctx->conf.
radar_enabled
) {
in ieee80211_recalc_chanctx_min_def()
470
ctx->conf.
radar_enabled
= false;
in ieee80211_alloc_chanctx()
486
local->hw.conf.
radar_enabled
= ctx->conf.
radar_enabled
;
in ieee80211_add_chanctx()
554
WARN_ON(local->hw.conf.
radar_enabled
&&
in ieee80211_del_chanctx()
557
local->hw.conf.
radar_enabled
= false;
in ieee80211_del_chanctx()
632
bool
radar_enabled
;
in ieee80211_recalc_radar_chanctx()
local
638
radar_enabled
= ieee80211_chanctx_radar_required(local, chanctx);
in ieee80211_recalc_radar_chanctx()
640
if (
radar_enabled
in ieee80211_recalc_radar_chanctx()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
chan.c
366
/* don't optimize non-20MHz based and
radar_enabled
confs */
in _ieee80211_recalc_chanctx_min_def()
374
ctx->conf.
radar_enabled
) {
in _ieee80211_recalc_chanctx_min_def()
656
ctx->conf.
radar_enabled
= false;
in ieee80211_alloc_chanctx()
672
local->hw.conf.
radar_enabled
= ctx->conf.
radar_enabled
;
in ieee80211_add_chanctx()
740
WARN_ON(local->hw.conf.
radar_enabled
&&
in ieee80211_del_chanctx()
743
local->hw.conf.
radar_enabled
= false;
in ieee80211_del_chanctx()
834
bool
radar_enabled
;
in ieee80211_recalc_radar_chanctx()
local
840
radar_enabled
= ieee80211_chanctx_radar_required(local, chanctx);
in ieee80211_recalc_radar_chanctx()
842
if (
radar_enabled
in ieee80211_recalc_radar_chanctx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
wlcore_i.h
440
bool
radar_enabled
;
member
H
A
D
main.c
4736
ctx->
radar_enabled
&& !wlvif->
radar_enabled
&&
in wlcore_op_change_chanctx()
4740
wlvif->
radar_enabled
= true;
in wlcore_op_change_chanctx()
4764
ctx->
radar_enabled
, ctx->def.chan->dfs_state);
in wlcore_op_assign_vif_chanctx()
4787
if (ctx->
radar_enabled
&&
in wlcore_op_assign_vif_chanctx()
4791
wlvif->
radar_enabled
= true;
in wlcore_op_assign_vif_chanctx()
4832
if (wlvif->
radar_enabled
) {
in wlcore_op_unassign_vif_chanctx()
4835
wlvif->
radar_enabled
= false;
in wlcore_op_unassign_vif_chanctx()
4861
if (wlvif->
radar_enabled
) {
in __wlcore_switch_vif_chan()
4864
wlvif->
radar_enabled
in __wlcore_switch_vif_chan()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
wlcore_i.h
440
bool
radar_enabled
;
member
H
A
D
main.c
4688
ctx->
radar_enabled
&& !wlvif->
radar_enabled
&&
in wlcore_op_change_chanctx()
4692
wlvif->
radar_enabled
= true;
in wlcore_op_change_chanctx()
4717
ctx->
radar_enabled
, ctx->def.chan->dfs_state);
in wlcore_op_assign_vif_chanctx()
4738
if (ctx->
radar_enabled
&&
in wlcore_op_assign_vif_chanctx()
4742
wlvif->
radar_enabled
= true;
in wlcore_op_assign_vif_chanctx()
4782
if (wlvif->
radar_enabled
) {
in wlcore_op_unassign_vif_chanctx()
4785
wlvif->
radar_enabled
= false;
in wlcore_op_unassign_vif_chanctx()
4811
if (wlvif->
radar_enabled
) {
in __wlcore_switch_vif_chan()
4814
wlvif->
radar_enabled
in __wlcore_switch_vif_chan()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
recv.c
387
if (sc->hw->conf.
radar_enabled
)
in ath_calcrxfilter()
882
if (hw->conf.
radar_enabled
) {
in ath9k_rx_skb_preprocess()
H
A
D
channel.c
84
if (hw->conf.
radar_enabled
) {
in ath_set_channel()
H
A
D
hw.c
2080
if (ah->hw->conf.
radar_enabled
) {
in ath9k_hw_reset()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
recv.c
387
if (sc->hw->conf.
radar_enabled
)
in ath_calcrxfilter()
882
if (hw->conf.
radar_enabled
) {
in ath9k_rx_skb_preprocess()
H
A
D
channel.c
84
if (hw->conf.
radar_enabled
) {
in ath_set_channel()
H
A
D
hw.c
2079
if (ah->hw->conf.
radar_enabled
) {
in ath9k_hw_reset()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1130
bool
radar_enabled
;
member
H
A
D
mac.c
1397
if (!*ret && conf->
radar_enabled
)
in ath10k_mac_has_radar_iter()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1146
bool
radar_enabled
;
member
H
A
D
mac.c
1408
if (!*ret && conf->
radar_enabled
)
in ath10k_mac_has_radar_iter()
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
221
* @
radar_enabled
: whether radar detection is enabled on this channel.
231
bool
radar_enabled
;
member
1559
* @
radar_enabled
: whether radar detection is enabled
1584
bool
radar_enabled
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
239
* @
radar_enabled
: whether radar detection is enabled on this channel.
249
bool
radar_enabled
;
member
1686
* @
radar_enabled
: whether radar detection is enabled
1711
bool
radar_enabled
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mac80211.c
1784
if (!hw->conf.
radar_enabled
) {
in mt76_phy_dfs_state()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
mac.c
7244
arg.channel.freq2_radar = ctx->
radar_enabled
;
in ath11k_mac_vdev_start_restart()
Completed in 89 milliseconds