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:BB_PATH_AB
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.c
284
if (hal->antenna_rx ==
BB_PATH_AB
||
in rtw8822b_set_channel_rfe_efem()
285
hal->antenna_tx ==
BB_PATH_AB
) {
in rtw8822b_set_channel_rfe_efem()
314
if (hal->antenna_rx ==
BB_PATH_AB
||
in rtw8822b_set_channel_rfe_ifem()
315
hal->antenna_tx ==
BB_PATH_AB
) {
in rtw8822b_set_channel_rfe_ifem()
995
case
BB_PATH_AB
:
in rtw8822b_check_rf_path()
H
A
D
rtw8822c.c
1658
} else if (rx_path ==
BB_PATH_AB
) {
in rtw8822c_config_cck_rx_path()
1667
else if (rx_path ==
BB_PATH_AB
)
in rtw8822c_config_cck_rx_path()
1679
} else if (rx_path ==
BB_PATH_AB
) {
in rtw8822c_config_ofdm_rx_path()
2006
case
BB_PATH_AB
:
in rtw8822c_set_antenna()
2016
case
BB_PATH_AB
:
in rtw8822c_set_antenna()
H
A
D
main.c
1372
hal->antenna_tx =
BB_PATH_AB
;
in rtw_chip_parameter_setup()
1373
hal->antenna_rx =
BB_PATH_AB
;
in rtw_chip_parameter_setup()
H
A
D
main.h
143
BB_PATH_AB
= (BB_PATH_A | BB_PATH_B),
enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
rtw8822b.c
305
if (hal->antenna_rx ==
BB_PATH_AB
||
in rtw8822b_set_channel_rfe_efem()
306
hal->antenna_tx ==
BB_PATH_AB
) {
in rtw8822b_set_channel_rfe_efem()
335
if (hal->antenna_rx ==
BB_PATH_AB
||
in rtw8822b_set_channel_rfe_ifem()
336
hal->antenna_tx ==
BB_PATH_AB
) {
in rtw8822b_set_channel_rfe_ifem()
1016
case
BB_PATH_AB
:
in rtw8822b_check_rf_path()
H
A
D
rtw8822c.c
2439
} else if (rx_path ==
BB_PATH_AB
) {
in rtw8822c_config_cck_rx_path()
2448
else if (rx_path ==
BB_PATH_AB
)
in rtw8822c_config_cck_rx_path()
2460
} else if (rx_path ==
BB_PATH_AB
) {
in rtw8822c_config_ofdm_rx_path()
2504
if (tx_path_sel_1ss ==
BB_PATH_AB
) {
in rtw8822c_config_ofdm_tx_path()
2816
case
BB_PATH_AB
:
in rtw8822c_set_antenna()
2826
case
BB_PATH_AB
:
in rtw8822c_set_antenna()
H
A
D
main.c
1848
hal->antenna_tx =
BB_PATH_AB
;
in rtw_chip_parameter_setup()
1849
hal->antenna_rx =
BB_PATH_AB
;
in rtw_chip_parameter_setup()
H
A
D
main.h
146
BB_PATH_AB
= (BB_PATH_A | BB_PATH_B),
enumerator
H
A
D
phy.c
2524
if (rtwdev->hal.antenna_rx !=
BB_PATH_AB
) {
in rtw_phy_tx_path_diversity_2ss()
Completed in 36 milliseconds