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:cqm_config
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
12822
struct cfg80211_cqm_config *
cqm_config
)
in cfg80211_cqm_rssi_update()
12836
if (!
cqm_config
->last_rssi_event_value &&
in cfg80211_cqm_rssi_update()
12850
cqm_config
->last_rssi_event_value =
in cfg80211_cqm_rssi_update()
12854
last =
cqm_config
->last_rssi_event_value;
in cfg80211_cqm_rssi_update()
12855
hyst =
cqm_config
->rssi_hyst;
in cfg80211_cqm_rssi_update()
12856
n =
cqm_config
->n_rssi_thresholds;
in cfg80211_cqm_rssi_update()
12860
if (last <
cqm_config
->rssi_thresholds[i])
in cfg80211_cqm_rssi_update()
12867
low =
cqm_config
->rssi_thresholds[low_index] - hyst;
in cfg80211_cqm_rssi_update()
12873
high =
cqm_config
->rssi_thresholds[i] + hyst - 1;
in cfg80211_cqm_rssi_update()
12886
struct cfg80211_cqm_config *
cqm_config
in nl80211_set_cqm_rssi()
local
12820
cfg80211_cqm_rssi_update(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_
cqm_config
*
cqm_config
)
cfg80211_cqm_rssi_update()
argument
19122
struct cfg80211_
cqm_config
*
cqm_config
;
cfg80211_cqm_rssi_notify()
local
19147
struct cfg80211_
cqm_config
*
cqm_config
;
cfg80211_cqm_rssi_notify_work()
local
[all...]
H
A
D
core.c
1195
struct cfg80211_cqm_config *
cqm_config
;
in _cfg80211_unregister_wdev()
local
1234
cqm_config
= rcu_access_pointer(wdev->
cqm_config
);
in _cfg80211_unregister_wdev()
1235
kfree_rcu(
cqm_config
, rcu_head);
in _cfg80211_unregister_wdev()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
core.c
1098
kfree(wdev->
cqm_config
);
in cfg80211_cqm_config_free()
1099
wdev->
cqm_config
= NULL;
in cfg80211_cqm_config_free()
H
A
D
nl80211.c
11451
if (!wdev->
cqm_config
)
in cfg80211_cqm_rssi_update()
11460
if (!wdev->
cqm_config
->last_rssi_event_value && wdev->current_bss &&
in cfg80211_cqm_rssi_update()
11473
wdev->
cqm_config
->last_rssi_event_value =
in cfg80211_cqm_rssi_update()
11477
last = wdev->
cqm_config
->last_rssi_event_value;
in cfg80211_cqm_rssi_update()
11478
hyst = wdev->
cqm_config
->rssi_hyst;
in cfg80211_cqm_rssi_update()
11479
n = wdev->
cqm_config
->n_rssi_thresholds;
in cfg80211_cqm_rssi_update()
11483
if (last < wdev->
cqm_config
->rssi_thresholds[i])
in cfg80211_cqm_rssi_update()
11490
low = wdev->
cqm_config
->rssi_thresholds[low_index] - hyst;
in cfg80211_cqm_rssi_update()
11496
high = wdev->
cqm_config
->rssi_thresholds[i] + hyst - 1;
in cfg80211_cqm_rssi_update()
11547
struct cfg80211_cqm_config *
cqm_config
;
in nl80211_set_cqm_rssi()
local
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
5236
* @
cqm_config
: (private) nl80211 RSSI monitor state
5313
struct cfg80211_cqm_config *
cqm_config
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
5966
* @
cqm_config
: (private) nl80211 RSSI monitor state
6039
struct cfg80211_cqm_config __rcu *
cqm_config
;
member
Completed in 57 milliseconds