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:ipa5g_on
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_int.h
795
bool
ipa5g_on
;
member
1055
(pi->
ipa5g_on
&& CHSPEC_IS5G(pi->radio_chanspec)))
H
A
D
phy_cmn.c
1979
pi->
ipa5g_on
= (pi->srom_fem5g.extpagain == 2);
in wlc_phy_txpower_ipa_upd()
1982
pi->
ipa5g_on
= false;
in wlc_phy_txpower_ipa_upd()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_int.h
795
bool
ipa5g_on
;
member
1055
(pi->
ipa5g_on
&& CHSPEC_IS5G(pi->radio_chanspec)))
H
A
D
phy_cmn.c
1980
pi->
ipa5g_on
= (pi->srom_fem5g.extpagain == 2);
in wlc_phy_txpower_ipa_upd()
1983
pi->
ipa5g_on
= false;
in wlc_phy_txpower_ipa_upd()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.h
994
bool
ipa5g_on
;
member
H
A
D
phy_n.c
98
(dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ));
in b43_nphy_ipa()
1235
} else if (dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ) {
in b43_radio_2056_setup()
4864
if (nphy->
ipa5g_on
) {
in b43_nphy_tx_cal_radio_setup()
6529
nphy->
ipa5g_on
= sprom->fem.ghz5.extpa_gain == 2;
in b43_nphy_op_prepare_structs()
H
A
D
tables_nphy.c
3696
(dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ)) {
in b43_nphy_get_tx_gain_table()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.h
994
bool
ipa5g_on
;
member
H
A
D
phy_n.c
98
(dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ));
in b43_nphy_ipa()
1235
} else if (dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ) {
in b43_radio_2056_setup()
4813
if (nphy->
ipa5g_on
) {
in b43_nphy_tx_cal_radio_setup()
6478
nphy->
ipa5g_on
= sprom->fem.ghz5.extpa_gain == 2;
in b43_nphy_op_prepare_structs()
H
A
D
tables_nphy.c
3696
(dev->phy.n->
ipa5g_on
&& band == NL80211_BAND_5GHZ)) {
in b43_nphy_get_tx_gain_table()
Completed in 42 milliseconds