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:tx_gains
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lcn.c
532
struct lcn_tx_gains
tx_gains
;
in b43_phy_lcn_tx_pwr_ctl_init()
local
539
tx_gains
.gm_gain = 4;
in b43_phy_lcn_tx_pwr_ctl_init()
540
tx_gains
.pga_gain = 12;
in b43_phy_lcn_tx_pwr_ctl_init()
541
tx_gains
.pad_gain = 12;
in b43_phy_lcn_tx_pwr_ctl_init()
542
tx_gains
.dac_gain = 0;
in b43_phy_lcn_tx_pwr_ctl_init()
545
tx_gains
.gm_gain = 7;
in b43_phy_lcn_tx_pwr_ctl_init()
546
tx_gains
.pga_gain = 15;
in b43_phy_lcn_tx_pwr_ctl_init()
547
tx_gains
.pad_gain = 14;
in b43_phy_lcn_tx_pwr_ctl_init()
548
tx_gains
.dac_gain = 0;
in b43_phy_lcn_tx_pwr_ctl_init()
551
b43_phy_lcn_set_tx_gain(dev, &
tx_gains
);
in b43_phy_lcn_tx_pwr_ctl_init()
[all...]
H
A
D
phy_lp.c
1176
struct lpphy_tx_gains
tx_gains
;
in lpphy_rev0_1_rc_calib()
local
1202
tx_gains
= lpphy_get_tx_gains(dev);
in lpphy_rev0_1_rc_calib()
1265
lpphy_set_tx_gains(dev,
tx_gains
);
in lpphy_rev0_1_rc_calib()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lcn.c
532
struct lcn_tx_gains
tx_gains
;
in b43_phy_lcn_tx_pwr_ctl_init()
local
539
tx_gains
.gm_gain = 4;
in b43_phy_lcn_tx_pwr_ctl_init()
540
tx_gains
.pga_gain = 12;
in b43_phy_lcn_tx_pwr_ctl_init()
541
tx_gains
.pad_gain = 12;
in b43_phy_lcn_tx_pwr_ctl_init()
542
tx_gains
.dac_gain = 0;
in b43_phy_lcn_tx_pwr_ctl_init()
545
tx_gains
.gm_gain = 7;
in b43_phy_lcn_tx_pwr_ctl_init()
546
tx_gains
.pga_gain = 15;
in b43_phy_lcn_tx_pwr_ctl_init()
547
tx_gains
.pad_gain = 14;
in b43_phy_lcn_tx_pwr_ctl_init()
548
tx_gains
.dac_gain = 0;
in b43_phy_lcn_tx_pwr_ctl_init()
551
b43_phy_lcn_set_tx_gain(dev, &
tx_gains
);
in b43_phy_lcn_tx_pwr_ctl_init()
[all...]
H
A
D
phy_lp.c
1176
struct lpphy_tx_gains
tx_gains
;
in lpphy_rev0_1_rc_calib()
local
1202
tx_gains
= lpphy_get_tx_gains(dev);
in lpphy_rev0_1_rc_calib()
1265
lpphy_set_tx_gains(dev,
tx_gains
);
in lpphy_rev0_1_rc_calib()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3009
struct lcnphy_txgains
tx_gains
;
in wlc_lcnphy_tx_pwr_ctrl_init()
local
3024
tx_gains
.gm_gain = 4;
in wlc_lcnphy_tx_pwr_ctrl_init()
3025
tx_gains
.pga_gain = 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3026
tx_gains
.pad_gain = 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3027
tx_gains
.dac_gain = 0;
in wlc_lcnphy_tx_pwr_ctrl_init()
3031
tx_gains
.gm_gain = 7;
in wlc_lcnphy_tx_pwr_ctrl_init()
3032
tx_gains
.pga_gain = 15;
in wlc_lcnphy_tx_pwr_ctrl_init()
3033
tx_gains
.pad_gain = 14;
in wlc_lcnphy_tx_pwr_ctrl_init()
3034
tx_gains
.dac_gain = 0;
in wlc_lcnphy_tx_pwr_ctrl_init()
3038
wlc_lcnphy_set_tx_gain(pi, &
tx_gains
);
in wlc_lcnphy_tx_pwr_ctrl_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3009
struct lcnphy_txgains
tx_gains
;
in wlc_lcnphy_tx_pwr_ctrl_init()
local
3024
tx_gains
.gm_gain = 4;
in wlc_lcnphy_tx_pwr_ctrl_init()
3025
tx_gains
.pga_gain = 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3026
tx_gains
.pad_gain = 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3027
tx_gains
.dac_gain = 0;
in wlc_lcnphy_tx_pwr_ctrl_init()
3031
tx_gains
.gm_gain = 7;
in wlc_lcnphy_tx_pwr_ctrl_init()
3032
tx_gains
.pga_gain = 15;
in wlc_lcnphy_tx_pwr_ctrl_init()
3033
tx_gains
.pad_gain = 14;
in wlc_lcnphy_tx_pwr_ctrl_init()
3034
tx_gains
.dac_gain = 0;
in wlc_lcnphy_tx_pwr_ctrl_init()
3038
wlc_lcnphy_set_tx_gain(pi, &
tx_gains
);
in wlc_lcnphy_tx_pwr_ctrl_init()
[all...]
Completed in 27 milliseconds