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_coex_mode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.c
214
if (coex_stat->
wl_coex_mode
!= COEX_WLINK_2G1PORT &&
in rtw_coex_wl_ccklock_detect()
215
coex_stat->
wl_coex_mode
!= COEX_WLINK_2GFREE)
in rtw_coex_wl_ccklock_detect()
824
coex_stat->
wl_coex_mode
!= COEX_WLINK_2GFREE)) {
in rtw_coex_update_wl_ch_info()
1157
coex_stat->
wl_coex_mode
== COEX_WLINK_2GFREE) {
in rtw_coex_set_tdma()
1866
coex_stat->
wl_coex_mode
= COEX_WLINK_2GFREE;
in rtw_coex_action_bt_game_hid()
1888
if (coex_stat->
wl_coex_mode
== COEX_WLINK_2GFREE) {
in rtw_coex_action_bt_game_hid()
2332
coex_stat->
wl_coex_mode
= COEX_WLINK_2GFREE;
in rtw_coex_action_wl_under5g()
2398
coex_stat->
wl_coex_mode
= COEX_WLINK_2GFREE;
in rtw_coex_action_wl_native_lps()
2581
coex_stat->
wl_coex_mode
= COEX_WLINK_5G;
in rtw_coex_run_coex()
2587
coex_stat->
wl_coex_mode
in rtw_coex_run_coex()
[all...]
H
A
D
rtw8822c.c
2994
if (coex_stat->gnt_workaround_state == coex_stat->
wl_coex_mode
)
in rtw8822c_coex_cfg_gnt_fix()
2997
coex_stat->gnt_workaround_state = coex_stat->
wl_coex_mode
;
in rtw8822c_coex_cfg_gnt_fix()
3018
if (coex_stat->
wl_coex_mode
== COEX_WLINK_2GFREE) {
in rtw8822c_coex_cfg_gnt_fix()
3039
if (coex_stat->
wl_coex_mode
== COEX_WLINK_2GFREE) {
in rtw8822c_coex_cfg_gnt_fix()
3044
} else if (coex_stat->
wl_coex_mode
== COEX_WLINK_5G ||
in rtw8822c_coex_cfg_gnt_fix()
H
A
D
main.h
1485
u8
wl_coex_mode
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
coex.c
1974
coex_stat->
wl_coex_mode
= COEX_WLINK_5G;
in rtw_coex_run_coex()
1979
coex_stat->
wl_coex_mode
= COEX_WLINK_2G1PORT;
in rtw_coex_run_coex()
2050
coex_stat->
wl_coex_mode
= COEX_WLINK_MAX;
in rtw_coex_init_coex_var()
H
A
D
rtw8822c.c
2187
if (coex_stat->gnt_workaround_state == coex_stat->
wl_coex_mode
)
in rtw8822c_coex_cfg_gnt_fix()
2190
coex_stat->gnt_workaround_state = coex_stat->
wl_coex_mode
;
in rtw8822c_coex_cfg_gnt_fix()
2222
if (coex_stat->
wl_coex_mode
== COEX_WLINK_5G ||
in rtw8822c_coex_cfg_gnt_fix()
H
A
D
main.h
1353
u8
wl_coex_mode
;
member
Completed in 34 milliseconds