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:wl_gl_busy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.c
181
if (!coex_stat->
wl_gl_busy
) {
in rtw_coex_wl_noisy_detect()
392
if (wl_busy != coex_stat->
wl_gl_busy
) {
in rtw_coex_update_wl_link_info()
394
coex_stat->
wl_gl_busy
= true;
in rtw_coex_update_wl_link_info()
1295
if (!coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_idle()
1307
if (!coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_idle()
1351
} else if (coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_inquiry()
1385
} else if (coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_inquiry()
1455
if (!coex_stat->
wl_gl_busy
)
in rtw_coex_action_bt_hid()
1462
else if (coex_stat->
wl_gl_busy
)
in rtw_coex_action_bt_hid()
1473
coex_stat->
wl_gl_busy
)
in rtw_coex_action_bt_hid()
[all...]
H
A
D
main.h
1316
bool
wl_gl_busy
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.c
124
if (efuse->share_ant || ant_distance <= 5 || !coex_stat->
wl_gl_busy
)
in rtw_coex_freerun_check()
229
if (coex_stat->wl_connected && coex_stat->
wl_gl_busy
&&
in rtw_coex_wl_ccklock_detect()
269
if (!coex_stat->
wl_gl_busy
&& !wl_cck_lock) {
in rtw_coex_wl_noisy_detect()
544
if (wl_busy != coex_stat->
wl_gl_busy
) {
in rtw_coex_update_wl_link_info()
546
coex_stat->
wl_gl_busy
= true;
in rtw_coex_update_wl_link_info()
576
coex_stat->wl_hi_pri_task2 || coex_stat->
wl_gl_busy
)
in rtw_coex_update_wl_link_info()
1659
if (coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_relink()
1673
if (coex_stat->
wl_gl_busy
)
in rtw_coex_action_bt_relink()
1701
coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_idle()
1719
if (!coex_stat->
wl_gl_busy
) {
in rtw_coex_action_bt_idle()
[all...]
H
A
D
main.h
1436
bool
wl_gl_busy
;
member
Completed in 21 milliseconds