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:pdadc_0
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
3083
s16
pdadc_0
;
in ath5k_combine_pwr_to_pdadc_curves()
local
3115
pdadc_0
= 0;
in ath5k_combine_pwr_to_pdadc_curves()
3118
pdadc_0
= (gain_boundaries[pdg - 1] - pwr_min[pdg]) -
in ath5k_combine_pwr_to_pdadc_curves()
3127
/* If
pdadc_0
is negative, we need to extrapolate
in ath5k_combine_pwr_to_pdadc_curves()
3129
while ((
pdadc_0
< 0) && (pdadc_i < 128)) {
in ath5k_combine_pwr_to_pdadc_curves()
3130
s16 tmp = pdadc_tmp[0] +
pdadc_0
* pwr_step;
in ath5k_combine_pwr_to_pdadc_curves()
3132
pdadc_0
++;
in ath5k_combine_pwr_to_pdadc_curves()
3142
while (
pdadc_0
< max_idx && pdadc_i < 128)
in ath5k_combine_pwr_to_pdadc_curves()
3143
pdadc_out[pdadc_i++] = pdadc_tmp[
pdadc_0
++];
in ath5k_combine_pwr_to_pdadc_curves()
3157
while ((
pdadc_0
< (s1
in ath5k_combine_pwr_to_pdadc_curves()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
3080
s16
pdadc_0
;
in ath5k_combine_pwr_to_pdadc_curves()
local
3112
pdadc_0
= 0;
in ath5k_combine_pwr_to_pdadc_curves()
3115
pdadc_0
= (gain_boundaries[pdg - 1] - pwr_min[pdg]) -
in ath5k_combine_pwr_to_pdadc_curves()
3124
/* If
pdadc_0
is negative, we need to extrapolate
in ath5k_combine_pwr_to_pdadc_curves()
3126
while ((
pdadc_0
< 0) && (pdadc_i < 128)) {
in ath5k_combine_pwr_to_pdadc_curves()
3127
s16 tmp = pdadc_tmp[0] +
pdadc_0
* pwr_step;
in ath5k_combine_pwr_to_pdadc_curves()
3129
pdadc_0
++;
in ath5k_combine_pwr_to_pdadc_curves()
3139
while (
pdadc_0
< max_idx && pdadc_i < 128)
in ath5k_combine_pwr_to_pdadc_curves()
3140
pdadc_out[pdadc_i++] = pdadc_tmp[
pdadc_0
++];
in ath5k_combine_pwr_to_pdadc_curves()
3154
while ((
pdadc_0
< (s1
in ath5k_combine_pwr_to_pdadc_curves()
[all...]
Completed in 9 milliseconds