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:RTW_BAND_5G
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
586
hal->current_band_type = center_chan > 14 ?
RTW_BAND_5G
: RTW_BAND_2G;
in rtw_set_channel()
593
if (hal->current_band_type ==
RTW_BAND_5G
) {
in rtw_set_channel()
867
} else if (band ==
RTW_BAND_5G
) {
in rtw_update_rate_mask()
929
if (hal->current_band_type ==
RTW_BAND_5G
) {
in rtw_update_sta_info()
1237
if (chip->band &
RTW_BAND_5G
) {
in rtw_set_supported_band()
H
A
D
bf.c
45
if (!(chip->band &
RTW_BAND_5G
))
in rtw_bf_assoc()
H
A
D
mac80211.c
315
sifs = rtwdev->hal.current_band_type ==
RTW_BAND_5G
? 16 : 10;
in rtw_aifsn_to_aifs()
H
A
D
debug.c
589
if (hal->current_band_type ==
RTW_BAND_5G
)
in rtw_debugfs_get_tx_pwr_tbl()
H
A
D
main.h
82
RTW_BAND_5G
= 1 << 1,
enumerator
H
A
D
rtw8821c.c
1789
.band = RTW_BAND_2G |
RTW_BAND_5G
,
H
A
D
coex.c
437
if (rtwdev->hal.current_band_type ==
RTW_BAND_5G
)
in rtw_coex_update_wl_link_info()
H
A
D
rtw8822b.c
2450
.band = RTW_BAND_2G |
RTW_BAND_5G
,
H
A
D
rtw8822c.c
4326
.band = RTW_BAND_2G |
RTW_BAND_5G
,
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
866
band = ch_param.center_chan > 14 ?
RTW_BAND_5G
: RTW_BAND_2G;
in rtw_set_channel()
876
if (hal->current_band_type ==
RTW_BAND_5G
) {
in rtw_set_channel()
1165
} else if (band ==
RTW_BAND_5G
) {
in rtw_rate_mask_cfg()
1230
if (hal->current_band_type ==
RTW_BAND_5G
) {
in rtw_update_sta_info()
1657
if (chip->band &
RTW_BAND_5G
) {
in rtw_set_supported_band()
H
A
D
bf.c
45
if (!(chip->band &
RTW_BAND_5G
))
in rtw_bf_assoc()
H
A
D
mac80211.c
331
sifs = rtwdev->hal.current_band_type ==
RTW_BAND_5G
? 16 : 10;
in rtw_aifsn_to_aifs()
H
A
D
main.h
87
RTW_BAND_5G
= BIT(NL80211_BAND_5GHZ),
enumerator
2149
case
RTW_BAND_5G
:
in rtw_hw_to_nl80211_band()
H
A
D
fw.c
2282
band = scan_info->op_chan > 14 ?
RTW_BAND_5G
: RTW_BAND_2G;
in rtw_store_op_chan()
2322
band = chan > 14 ?
RTW_BAND_5G
: RTW_BAND_2G;
in rtw_hw_scan_chan_switch()
H
A
D
debug.c
674
if (hal->current_band_type ==
RTW_BAND_5G
)
in rtw_debugfs_get_tx_pwr_tbl()
H
A
D
rtw8821c.c
1941
.band = RTW_BAND_2G |
RTW_BAND_5G
,
H
A
D
rtw8822b.c
2548
.band = RTW_BAND_2G |
RTW_BAND_5G
,
H
A
D
coex.c
595
if (rtwdev->hal.current_band_type ==
RTW_BAND_5G
)
in rtw_coex_update_wl_link_info()
H
A
D
rtw8822c.c
5366
.band = RTW_BAND_2G |
RTW_BAND_5G
,
Completed in 54 milliseconds