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:ee_pd_gains
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
eeprom.c
752
ee->
ee_pd_gains
[mode] = 1;
in ath5k_eeprom_convert_pcal_info_5111()
928
for (pdg = 0; pdg < ee->
ee_pd_gains
[mode]; pdg++) {
in ath5k_eeprom_convert_pcal_info_5112()
1040
ee->
ee_pd_gains
[mode] = pd_gains;
in ath5k_eeprom_read_pcal_info_5112()
1159
sz = pdgains_size[ee->
ee_pd_gains
[mode] - 1];
in ath5k_pdgains_size_2413()
1220
for (pdg = 0; pdg < ee->
ee_pd_gains
[mode]; pdg++) {
in ath5k_eeprom_convert_pcal_info_2413()
1228
if (pdg == ee->
ee_pd_gains
[mode] - 1)
in ath5k_eeprom_convert_pcal_info_2413()
1267
if (pdg == ee->
ee_pd_gains
[mode] - 1)
in ath5k_eeprom_convert_pcal_info_2413()
1304
ee->
ee_pd_gains
[mode] = pd_gains;
in ath5k_eeprom_read_pcal_info_2413()
H
A
D
phy.c
1073
if (ee->
ee_pd_gains
[ee_mode] > 1) {
in ath5k_hw_rfregs_init()
3206
u8 pdcurves = ee->
ee_pd_gains
[ee_mode];
in ath5k_write_pwr_to_pdadc_table()
3293
for (pdg = 0; pdg < ee->
ee_pd_gains
[ee_mode]; pdg++) {
in ath5k_setup_channel_powertable()
3340
if (!(ee->
ee_pd_gains
[ee_mode] > 1 && pdg == 0)) {
in ath5k_setup_channel_powertable()
3425
ee->
ee_pd_gains
[ee_mode]);
in ath5k_setup_channel_powertable()
3445
ee->
ee_pd_gains
[ee_mode]);
in ath5k_setup_channel_powertable()
H
A
D
eeprom.h
462
u8
ee_pd_gains
[AR5K_EEPROM_N_MODES];
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
eeprom.c
752
ee->
ee_pd_gains
[mode] = 1;
in ath5k_eeprom_convert_pcal_info_5111()
928
for (pdg = 0; pdg < ee->
ee_pd_gains
[mode]; pdg++) {
in ath5k_eeprom_convert_pcal_info_5112()
1040
ee->
ee_pd_gains
[mode] = pd_gains;
in ath5k_eeprom_read_pcal_info_5112()
1159
sz = pdgains_size[ee->
ee_pd_gains
[mode] - 1];
in ath5k_pdgains_size_2413()
1220
for (pdg = 0; pdg < ee->
ee_pd_gains
[mode]; pdg++) {
in ath5k_eeprom_convert_pcal_info_2413()
1228
if (pdg == ee->
ee_pd_gains
[mode] - 1)
in ath5k_eeprom_convert_pcal_info_2413()
1267
if (pdg == ee->
ee_pd_gains
[mode] - 1)
in ath5k_eeprom_convert_pcal_info_2413()
1304
ee->
ee_pd_gains
[mode] = pd_gains;
in ath5k_eeprom_read_pcal_info_2413()
H
A
D
phy.c
1074
if (ee->
ee_pd_gains
[ee_mode] > 1) {
in ath5k_hw_rfregs_init()
3203
u8 pdcurves = ee->
ee_pd_gains
[ee_mode];
in ath5k_write_pwr_to_pdadc_table()
3290
for (pdg = 0; pdg < ee->
ee_pd_gains
[ee_mode]; pdg++) {
in ath5k_setup_channel_powertable()
3337
if (!(ee->
ee_pd_gains
[ee_mode] > 1 && pdg == 0)) {
in ath5k_setup_channel_powertable()
3422
ee->
ee_pd_gains
[ee_mode]);
in ath5k_setup_channel_powertable()
3442
ee->
ee_pd_gains
[ee_mode]);
in ath5k_setup_channel_powertable()
H
A
D
eeprom.h
462
u8
ee_pd_gains
[AR5K_EEPROM_N_MODES];
member
Completed in 16 milliseconds