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:btcoex_period
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
gpio.c
205
btcoex->bt_wait_time += btcoex->
btcoex_period
;
in ath_btcoex_period_timer()
240
if (btcoex->
btcoex_period
!= btcoex->btcoex_no_stomp)
in ath_btcoex_period_timer()
248
jiffies + msecs_to_jiffies(btcoex->
btcoex_period
));
in ath_btcoex_period_timer()
280
btcoex->
btcoex_period
= ATH_BTCOEX_DEF_BT_PERIOD;
in ath_init_btcoex_timer()
282
btcoex->
btcoex_period
/ 100;
in ath_init_btcoex_timer()
284
btcoex->
btcoex_period
/ 100;
in ath_init_btcoex_timer()
471
ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->
btcoex_period
);
in ath9k_dump_mci_btcoex()
504
ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->
btcoex_period
);
in ath9k_dump_legacy_btcoex()
H
A
D
htc_drv_gpio.c
91
msecs_to_jiffies(btcoex->
btcoex_period
));
in ath_btcoex_period_work()
121
btcoex->
btcoex_period
= ATH_BTCOEX_DEF_BT_PERIOD;
in ath_htc_init_btcoex_work()
123
btcoex->
btcoex_period
/ 100;
in ath_htc_init_btcoex_work()
125
btcoex->
btcoex_period
/ 100;
in ath_htc_init_btcoex_work()
H
A
D
mci.c
105
u32 wlan_airtime = btcoex->
btcoex_period
*
in ath_mci_adjust_aggr_limit()
133
btcoex->
btcoex_period
= ATH_MCI_DEF_BT_PERIOD;
in ath_mci_update_scheme()
161
btcoex->
btcoex_period
= 53;
in ath_mci_update_scheme()
164
btcoex->duty_cycle, btcoex->
btcoex_period
);
in ath_mci_update_scheme()
190
btcoex->
btcoex_period
>>= 1;
in ath_mci_update_scheme()
203
btcoex->btcoex_no_stomp = btcoex->
btcoex_period
*
in ath_mci_update_scheme()
H
A
D
htc.h
429
u32
btcoex_period
;
member
H
A
D
ath9k.h
782
u32
btcoex_period
; /* in msec */
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
gpio.c
205
btcoex->bt_wait_time += btcoex->
btcoex_period
;
in ath_btcoex_period_timer()
240
if (btcoex->
btcoex_period
!= btcoex->btcoex_no_stomp)
in ath_btcoex_period_timer()
248
jiffies + msecs_to_jiffies(btcoex->
btcoex_period
));
in ath_btcoex_period_timer()
280
btcoex->
btcoex_period
= ATH_BTCOEX_DEF_BT_PERIOD;
in ath_init_btcoex_timer()
282
btcoex->
btcoex_period
/ 100;
in ath_init_btcoex_timer()
284
btcoex->
btcoex_period
/ 100;
in ath_init_btcoex_timer()
471
ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->
btcoex_period
);
in ath9k_dump_mci_btcoex()
504
ATH_DUMP_BTCOEX("BTCoex Period (msec)", btcoex->
btcoex_period
);
in ath9k_dump_legacy_btcoex()
H
A
D
htc_drv_gpio.c
91
msecs_to_jiffies(btcoex->
btcoex_period
));
in ath_btcoex_period_work()
121
btcoex->
btcoex_period
= ATH_BTCOEX_DEF_BT_PERIOD;
in ath_htc_init_btcoex_work()
123
btcoex->
btcoex_period
/ 100;
in ath_htc_init_btcoex_work()
125
btcoex->
btcoex_period
/ 100;
in ath_htc_init_btcoex_work()
H
A
D
mci.c
105
u32 wlan_airtime = btcoex->
btcoex_period
*
in ath_mci_adjust_aggr_limit()
133
btcoex->
btcoex_period
= ATH_MCI_DEF_BT_PERIOD;
in ath_mci_update_scheme()
161
btcoex->
btcoex_period
= 53;
in ath_mci_update_scheme()
164
btcoex->duty_cycle, btcoex->
btcoex_period
);
in ath_mci_update_scheme()
190
btcoex->
btcoex_period
>>= 1;
in ath_mci_update_scheme()
203
btcoex->btcoex_no_stomp = btcoex->
btcoex_period
*
in ath_mci_update_scheme()
H
A
D
htc.h
428
u32
btcoex_period
;
member
H
A
D
ath9k.h
782
u32
btcoex_period
; /* in msec */
member
Completed in 12 milliseconds