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:chan_survey
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
main.c
1296
struct wcn36xx_chan_survey *
chan_survey
;
in wcn36xx_get_survey()
local
1312
chan_survey
= &wcn->
chan_survey
[idx];
in wcn36xx_get_survey()
1314
survey->noise =
chan_survey
->rssi -
chan_survey
->snr;
in wcn36xx_get_survey()
1317
if (
chan_survey
->rssi > -100 &&
chan_survey
->rssi < 0)
in wcn36xx_get_survey()
1328
chan_survey
->rssi,
chan_survey
->snr, survey->noise,
in wcn36xx_get_survey()
1589
wcn->
chan_survey
in wcn36xx_probe()
[all...]
H
A
D
wcn36xx.h
297
spinlock_t survey_lock; /* protects
chan_survey
*/
298
struct wcn36xx_chan_survey *
chan_survey
;
member
H
A
D
txrx.c
299
wcn->
chan_survey
[idx].rssi = rssi;
in wcn36xx_update_survey()
300
wcn->
chan_survey
[idx].snr = snr;
in wcn36xx_update_survey()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00.h
764
struct rt2x00_chan_survey *
chan_survey
;
member
H
A
D
rt2800lib.c
1254
struct rt2x00_chan_survey *
chan_survey
=
in rt2800_update_survey()
local
1255
&rt2x00dev->
chan_survey
[chan->hw_value];
in rt2800_update_survey()
1257
chan_survey
->time_idle += rt2800_register_read(rt2x00dev, CH_IDLE_STA);
in rt2800_update_survey()
1258
chan_survey
->time_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA);
in rt2800_update_survey()
1259
chan_survey
->time_ext_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA_SEC);
in rt2800_update_survey()
11757
rt2x00dev->
chan_survey
=
in rt2800_probe_hw_mode()
11760
if (!rt2x00dev->
chan_survey
) {
in rt2800_probe_hw_mode()
12152
struct rt2x00_chan_survey *
chan_survey
=
in rt2800_get_survey()
local
12153
&rt2x00dev->
chan_survey
[idx];
in rt2800_get_survey()
12173
survey->time = div_u64(
chan_survey
in rt2800_get_survey()
[all...]
H
A
D
rt2x00dev.c
1095
kfree(rt2x00dev->
chan_survey
);
in rt2x00lib_remove_hw()
Completed in 20 milliseconds