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:tx99_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
tx99.c
34
sc->
tx99_state
= false;
in ath9k_tx99_stop()
136
sc->
tx99_state
= true;
in ath9k_tx99_init()
166
len = sprintf(buf, "%d\n", sc->
tx99_state
);
in read_file_tx99()
197
if (start == sc->
tx99_state
) {
in write_file_tx99()
H
A
D
link.c
28
if (sc->
tx99_state
)
in ath_tx_complete_check()
132
if (sc->
tx99_state
)
in ath_hw_pll_work()
H
A
D
xmit.c
1139
if (sc->
tx99_state
|| !ah->tpc_enabled)
in ath_get_rate_txpower()
1371
info.link = (sc->
tx99_state
) ? bf->bf_daddr : 0;
in ath_tx_fill_desc()
1376
if (!sc->
tx99_state
)
in ath_tx_fill_desc()
2030
if (!edma || sc->
tx99_state
) {
in ath_tx_txqaddbuf()
2476
if (sc->
tx99_state
)
in ath_tx_complete_buf()
H
A
D
ath9k.h
1066
bool
tx99_state
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
tx99.c
34
sc->
tx99_state
= false;
in ath9k_tx99_stop()
136
sc->
tx99_state
= true;
in ath9k_tx99_init()
166
len = sprintf(buf, "%d\n", sc->
tx99_state
);
in read_file_tx99()
191
if (start == sc->
tx99_state
) {
in write_file_tx99()
H
A
D
link.c
28
if (sc->
tx99_state
)
in ath_tx_complete_check()
132
if (sc->
tx99_state
)
in ath_hw_pll_work()
H
A
D
xmit.c
1189
if (sc->
tx99_state
|| !ah->tpc_enabled)
in ath_get_rate_txpower()
1432
info.link = (sc->
tx99_state
) ? bf->bf_daddr : 0;
in ath_tx_fill_desc()
1437
if (!sc->
tx99_state
)
in ath_tx_fill_desc()
2089
if (!edma || sc->
tx99_state
) {
in ath_tx_txqaddbuf()
2535
if (sc->
tx99_state
)
in ath_tx_complete_buf()
H
A
D
ath9k.h
1066
bool
tx99_state
;
member
Completed in 16 milliseconds