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:TU_TO_USEC
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
common-beacon.c
26
tsf +=
TU_TO_USEC
(FUDGE + ah->config.sw_beacon_response_time);
in ath9k_get_next_tbtt()
27
divisor =
TU_TO_USEC
(interval);
in ath9k_get_next_tbtt()
72
bs->bs_intval =
TU_TO_USEC
(conf->intval);
in ath9k_cmn_beacon_config_sta()
100
bs->bs_sleepduration =
TU_TO_USEC
(roundup(IEEE80211_MS_TO_TU(100),
in ath9k_cmn_beacon_config_sta()
119
conf->intval =
TU_TO_USEC
(conf->beacon_interval);
in ath9k_cmn_beacon_config_adhoc()
151
conf->intval =
TU_TO_USEC
(conf->beacon_interval);
in ath9k_cmn_beacon_config_ap()
H
A
D
htc_drv_beacon.c
77
if (conf->intval >=
TU_TO_USEC
(DEFAULT_SWBA_RESPONSE))
in ath9k_htc_beacon_init()
379
avp->tsfadjust = cpu_to_le64(
TU_TO_USEC
(tsfadjust));
in ath9k_htc_set_tsfadjust()
H
A
D
beacon.c
324
tsf +=
TU_TO_USEC
(sc->sc_ah->config.sw_beacon_response_time);
in ath9k_beacon_choose_slot()
355
tsfadjust = -
TU_TO_USEC
(tsfadjust) / ATH_BCBUF;
in ath9k_set_tsfadjust()
H
A
D
channel.c
341
beacon_int =
TU_TO_USEC
(sc->cur_chan->beacon.beacon_interval);
in ath_chanctx_adjust_tbtt_delta()
456
TU_TO_USEC
(cur_conf->beacon_interval) / 2 +
in ath_chanctx_set_periodic_noa()
585
beacon_int =
TU_TO_USEC
(cur_conf->beacon_interval);
in ath_chanctx_event()
729
tsf_time =
TU_TO_USEC
(cur_conf->beacon_interval) / 2;
in ath_chanctx_event()
1536
u32 interval =
TU_TO_USEC
(sc->cur_chan->beacon.beacon_interval);
in ath9k_beacon_add_noa()
H
A
D
hw.h
189
#define SLEEP_SLOP
TU_TO_USEC
(3)
195
#define
TU_TO_USEC
(_tu) ((_tu) << 10)
macro
H
A
D
hw.c
2300
TU_TO_USEC
(ah->config.dma_beacon_response_time));
in ath9k_hw_beaconinit()
2302
TU_TO_USEC
(ah->config.sw_beacon_response_time));
in ath9k_hw_beaconinit()
H
A
D
main.c
2704
beacon_int =
TU_TO_USEC
(cur_conf->beacon_interval);
in ath9k_mgd_prepare_tx()
H
A
D
xmit.c
1805
qi.tqi_readyTime = (
TU_TO_USEC
(cur_conf->beacon_interval) *
in ath_cabq_update()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
common-beacon.c
26
tsf +=
TU_TO_USEC
(FUDGE + ah->config.sw_beacon_response_time);
in ath9k_get_next_tbtt()
27
divisor =
TU_TO_USEC
(interval);
in ath9k_get_next_tbtt()
72
bs->bs_intval =
TU_TO_USEC
(conf->intval);
in ath9k_cmn_beacon_config_sta()
100
bs->bs_sleepduration =
TU_TO_USEC
(roundup(IEEE80211_MS_TO_TU(100),
in ath9k_cmn_beacon_config_sta()
119
conf->intval =
TU_TO_USEC
(conf->beacon_interval);
in ath9k_cmn_beacon_config_adhoc()
151
conf->intval =
TU_TO_USEC
(conf->beacon_interval);
in ath9k_cmn_beacon_config_ap()
H
A
D
htc_drv_beacon.c
77
if (conf->intval >=
TU_TO_USEC
(DEFAULT_SWBA_RESPONSE))
in ath9k_htc_beacon_init()
379
avp->tsfadjust = cpu_to_le64(
TU_TO_USEC
(tsfadjust));
in ath9k_htc_set_tsfadjust()
H
A
D
beacon.c
324
tsf +=
TU_TO_USEC
(sc->sc_ah->config.sw_beacon_response_time);
in ath9k_beacon_choose_slot()
355
tsfadjust = -
TU_TO_USEC
(tsfadjust) / ATH_BCBUF;
in ath9k_set_tsfadjust()
H
A
D
channel.c
341
beacon_int =
TU_TO_USEC
(sc->cur_chan->beacon.beacon_interval);
in ath_chanctx_adjust_tbtt_delta()
456
TU_TO_USEC
(cur_conf->beacon_interval) / 2 +
in ath_chanctx_set_periodic_noa()
585
beacon_int =
TU_TO_USEC
(cur_conf->beacon_interval);
in ath_chanctx_event()
729
tsf_time =
TU_TO_USEC
(cur_conf->beacon_interval) / 2;
in ath_chanctx_event()
1536
u32 interval =
TU_TO_USEC
(sc->cur_chan->beacon.beacon_interval);
in ath9k_beacon_add_noa()
H
A
D
hw.h
189
#define SLEEP_SLOP
TU_TO_USEC
(3)
195
#define
TU_TO_USEC
(_tu) ((_tu) << 10)
macro
H
A
D
hw.c
2299
TU_TO_USEC
(ah->config.dma_beacon_response_time));
in ath9k_hw_beaconinit()
2301
TU_TO_USEC
(ah->config.sw_beacon_response_time));
in ath9k_hw_beaconinit()
H
A
D
main.c
2701
beacon_int =
TU_TO_USEC
(cur_conf->beacon_interval);
in ath9k_mgd_prepare_tx()
H
A
D
xmit.c
1864
qi.tqi_readyTime = (
TU_TO_USEC
(cur_conf->beacon_interval) *
in ath_cabq_update()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
power.c
60
#define
TU_TO_USEC
1024
macro
61
#define SLP_TOUT(T) cpu_to_le32((T) *
TU_TO_USEC
)
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
power.c
56
#define
TU_TO_USEC
1024
macro
57
#define SLP_TOUT(T) cpu_to_le32((T) *
TU_TO_USEC
)
Completed in 35 milliseconds