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:bt_stomp_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
gpio.c
222
stomp_type = btcoex->
bt_stomp_type
;
in ath_btcoex_period_timer()
264
if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_LOW ||
in ath_btcoex_no_stomp_timer()
268
else if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_ALL)
in ath_btcoex_no_stomp_timer()
285
btcoex->
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath_init_btcoex_timer()
470
ATH_DUMP_BTCOEX("Stomp Type", btcoex->
bt_stomp_type
);
in ath9k_dump_mci_btcoex()
503
ATH_DUMP_BTCOEX("Stomp Type", btcoex->
bt_stomp_type
);
in ath9k_dump_legacy_btcoex()
H
A
D
htc_drv_gpio.c
83
ATH_BTCOEX_STOMP_ALL : btcoex->
bt_stomp_type
);
in ath_btcoex_period_work()
108
if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_LOW ||
in ath_btcoex_duty_cycle_work()
111
else if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_ALL)
in ath_btcoex_duty_cycle_work()
207
priv->btcoex.
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath9k_htc_init_btcoex()
H
A
D
mci.c
135
btcoex->
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath_mci_update_scheme()
137
btcoex->
bt_stomp_type
= mci->num_mgmt ? ATH_BTCOEX_STOMP_ALL :
in ath_mci_update_scheme()
H
A
D
htc.h
427
int
bt_stomp_type
; /* Types of BT stomping */
member
H
A
D
ath9k.h
780
int
bt_stomp_type
; /* Types of BT stomping */
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
gpio.c
222
stomp_type = btcoex->
bt_stomp_type
;
in ath_btcoex_period_timer()
264
if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_LOW ||
in ath_btcoex_no_stomp_timer()
268
else if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_ALL)
in ath_btcoex_no_stomp_timer()
285
btcoex->
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath_init_btcoex_timer()
470
ATH_DUMP_BTCOEX("Stomp Type", btcoex->
bt_stomp_type
);
in ath9k_dump_mci_btcoex()
503
ATH_DUMP_BTCOEX("Stomp Type", btcoex->
bt_stomp_type
);
in ath9k_dump_legacy_btcoex()
H
A
D
htc_drv_gpio.c
83
ATH_BTCOEX_STOMP_ALL : btcoex->
bt_stomp_type
);
in ath_btcoex_period_work()
108
if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_LOW ||
in ath_btcoex_duty_cycle_work()
111
else if (btcoex->
bt_stomp_type
== ATH_BTCOEX_STOMP_ALL)
in ath_btcoex_duty_cycle_work()
207
priv->btcoex.
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath9k_htc_init_btcoex()
H
A
D
mci.c
135
btcoex->
bt_stomp_type
= ATH_BTCOEX_STOMP_LOW;
in ath_mci_update_scheme()
137
btcoex->
bt_stomp_type
= mci->num_mgmt ? ATH_BTCOEX_STOMP_ALL :
in ath_mci_update_scheme()
H
A
D
htc.h
426
int
bt_stomp_type
; /* Types of BT stomping */
member
H
A
D
ath9k.h
780
int
bt_stomp_type
; /* Types of BT stomping */
member
Completed in 12 milliseconds