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:MCI_BT_SLEEP
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_mci.c
131
(mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_coex_version_query()
161
(mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_coex_wlan_channels()
177
if (mci->bt_state ==
MCI_BT_SLEEP
)
in ar9003_mci_send_coex_bt_status_query()
231
mci->bt_state =
MCI_BT_SLEEP
;
in ar9003_mci_prep_interface()
326
(mci->bt_state !=
MCI_BT_SLEEP
) &&
in ar9003_mci_set_full_sleep()
506
if (mci->bt_state !=
MCI_BT_SLEEP
) {
in ar9003_mci_sync_bt_state()
740
if (!IS_CHAN_2GHZ(chan) || (mci_hw->bt_state !=
MCI_BT_SLEEP
))
in ar9003_mci_end_reset()
1051
mci_hw->bt_state =
MCI_BT_SLEEP
;
in ar9003_mci_stop_bt()
1060
if (!mci->update_2g5g || (mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_2g5g_status()
1186
} else if (check_bt && (mci->bt_state ==
MCI_BT_SLEEP
)) {
in ar9003_mci_send_message()
[all...]
H
A
D
mci.c
528
if ((mci_hw->bt_state ==
MCI_BT_SLEEP
) &&
in ath_mci_intr()
530
MCI_BT_SLEEP
))
in ath_mci_intr()
540
mci_hw->bt_state =
MCI_BT_SLEEP
;
in ath_mci_intr()
H
A
D
ar9003_mci.h
207
MCI_BT_SLEEP
,
enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_mci.c
131
(mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_coex_version_query()
161
(mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_coex_wlan_channels()
177
if (mci->bt_state ==
MCI_BT_SLEEP
)
in ar9003_mci_send_coex_bt_status_query()
231
mci->bt_state =
MCI_BT_SLEEP
;
in ar9003_mci_prep_interface()
326
(mci->bt_state !=
MCI_BT_SLEEP
) &&
in ar9003_mci_set_full_sleep()
506
if (mci->bt_state !=
MCI_BT_SLEEP
) {
in ar9003_mci_sync_bt_state()
739
if (!IS_CHAN_2GHZ(chan) || (mci_hw->bt_state !=
MCI_BT_SLEEP
))
in ar9003_mci_end_reset()
1050
mci_hw->bt_state =
MCI_BT_SLEEP
;
in ar9003_mci_stop_bt()
1059
if (!mci->update_2g5g || (mci->bt_state ==
MCI_BT_SLEEP
))
in ar9003_mci_send_2g5g_status()
1185
} else if (check_bt && (mci->bt_state ==
MCI_BT_SLEEP
)) {
in ar9003_mci_send_message()
[all...]
H
A
D
mci.c
530
if ((mci_hw->bt_state ==
MCI_BT_SLEEP
) &&
in ath_mci_intr()
532
MCI_BT_SLEEP
))
in ath_mci_intr()
542
mci_hw->bt_state =
MCI_BT_SLEEP
;
in ath_mci_intr()
H
A
D
ar9003_mci.h
207
MCI_BT_SLEEP
,
enumerator
Completed in 8 milliseconds