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:listen_time
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
ani.c
455
as->last_listen = as->
listen_time
;
in ath5k_ani_period_restart()
459
as->
listen_time
= 0;
in ath5k_ani_period_restart()
484
as->
listen_time
+= listen;
in ath5k_ani_calibration()
491
ofdm_high = as->
listen_time
* ATH5K_ANI_OFDM_TRIG_HIGH / 1000;
in ath5k_ani_calibration()
492
cck_high = as->
listen_time
* ATH5K_ANI_CCK_TRIG_HIGH / 1000;
in ath5k_ani_calibration()
493
ofdm_low = as->
listen_time
* ATH5K_ANI_OFDM_TRIG_LOW / 1000;
in ath5k_ani_calibration()
494
cck_low = as->
listen_time
* ATH5K_ANI_CCK_TRIG_LOW / 1000;
in ath5k_ani_calibration()
497
"listen %d (now %d)", as->
listen_time
, listen);
in ath5k_ani_calibration()
508
} else if (as->
listen_time
> 5 * ATH5K_ANI_LISTEN_PERIOD) {
in ath5k_ani_calibration()
H
A
D
ani.h
68
* @
listen_time
: Listen time
91
unsigned int
listen_time
;
member
H
A
D
debug.c
726
as->
listen_time
, as->last_listen);
in read_file_ani()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
ani.c
455
as->last_listen = as->
listen_time
;
in ath5k_ani_period_restart()
459
as->
listen_time
= 0;
in ath5k_ani_period_restart()
484
as->
listen_time
+= listen;
in ath5k_ani_calibration()
491
ofdm_high = as->
listen_time
* ATH5K_ANI_OFDM_TRIG_HIGH / 1000;
in ath5k_ani_calibration()
492
cck_high = as->
listen_time
* ATH5K_ANI_CCK_TRIG_HIGH / 1000;
in ath5k_ani_calibration()
493
ofdm_low = as->
listen_time
* ATH5K_ANI_OFDM_TRIG_LOW / 1000;
in ath5k_ani_calibration()
494
cck_low = as->
listen_time
* ATH5K_ANI_CCK_TRIG_LOW / 1000;
in ath5k_ani_calibration()
497
"listen %d (now %d)", as->
listen_time
, listen);
in ath5k_ani_calibration()
508
} else if (as->
listen_time
> 5 * ATH5K_ANI_LISTEN_PERIOD) {
in ath5k_ani_calibration()
H
A
D
ani.h
68
* @
listen_time
: Listen time
91
unsigned int
listen_time
;
member
H
A
D
debug.c
726
as->
listen_time
, as->last_listen);
in read_file_ani()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H
A
D
hw.c
181
int32_t
listen_time
;
in ath_hw_get_listen_time()
local
183
listen_time
= (cc->cycles - cc->rx_frame - cc->tx_frame) /
in ath_hw_get_listen_time()
188
return
listen_time
;
in ath_hw_get_listen_time()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H
A
D
hw.c
181
int32_t
listen_time
;
in ath_hw_get_listen_time()
local
183
listen_time
= (cc->cycles - cc->rx_frame - cc->tx_frame) /
in ath_hw_get_listen_time()
188
return
listen_time
;
in ath_hw_get_listen_time()
Completed in 7 milliseconds