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:nfval
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
calib.c
26
int16_t
nfval
;
in ath9k_hw_get_nf_hist_mid()
local
36
nfval
= sort[j];
in ath9k_hw_get_nf_hist_mid()
38
sort[j - 1] =
nfval
;
in ath9k_hw_get_nf_hist_mid()
42
nfval
= sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
in ath9k_hw_get_nf_hist_mid()
44
return
nfval
;
in ath9k_hw_get_nf_hist_mid()
262
s16
nfval
;
in ath9k_hw_loadnf()
local
268
nfval
= ah->nf_override;
in ath9k_hw_loadnf()
270
nfval
= h[i].privNF;
in ath9k_hw_loadnf()
273
nfval
=
in ath9k_hw_loadnf()
275
if (
nfval
>
in ath9k_hw_loadnf()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
calib.c
26
int16_t
nfval
;
in ath9k_hw_get_nf_hist_mid()
local
36
nfval
= sort[j];
in ath9k_hw_get_nf_hist_mid()
38
sort[j - 1] =
nfval
;
in ath9k_hw_get_nf_hist_mid()
42
nfval
= sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
in ath9k_hw_get_nf_hist_mid()
44
return
nfval
;
in ath9k_hw_get_nf_hist_mid()
262
s16
nfval
;
in ath9k_hw_loadnf()
local
268
nfval
= ah->nf_override;
in ath9k_hw_loadnf()
270
nfval
= h[i].privNF;
in ath9k_hw_loadnf()
273
nfval
=
in ath9k_hw_loadnf()
275
if (
nfval
>
in ath9k_hw_loadnf()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
1542
ah->ah_nfcal_hist.
nfval
[i] = AR5K_TUNE_CCA_MAX_GOOD_VALUE;
in ath5k_hw_init_nfcal_hist()
1554
hist->
nfval
[hist->index] = noise_floor;
in ath5k_hw_update_nfcal_hist()
1568
memcpy(sort, ah->ah_nfcal_hist.
nfval
, sizeof(sort));
in ath5k_hw_get_median_noise_floor()
H
A
D
ath5k.h
1171
s16 index; /* current index into
nfval
*/
1172
s16
nfval
[ATH5K_NF_CAL_HIST_MAX]; /* last few noise floors */
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
1543
ah->ah_nfcal_hist.
nfval
[i] = AR5K_TUNE_CCA_MAX_GOOD_VALUE;
in ath5k_hw_init_nfcal_hist()
1555
hist->
nfval
[hist->index] = noise_floor;
in ath5k_hw_update_nfcal_hist()
1573
memcpy(sorted_nfval, ah->ah_nfcal_hist.
nfval
, sizeof(sorted_nfval));
in ath5k_hw_get_median_noise_floor()
H
A
D
ath5k.h
1171
s16 index; /* current index into
nfval
*/
1172
s16
nfval
[ATH5K_NF_CAL_HIST_MAX]; /* last few noise floors */
member
Completed in 20 milliseconds