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:hwgain_table
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/
H
A
D
industrialio-gts-helper.c
302
per_time_gains[i][j] = gts->
hwgain_table
[j].gain *
in iio_gts_build_avail_scale_table()
540
ret = sanity_check_gain(>s->
hwgain_table
[g]);
in iio_gts_sanity_check()
549
gain = gts->
hwgain_table
[g].gain;
in iio_gts_sanity_check()
574
gts->
hwgain_table
= gain_tbl;
in iio_init_iio_gts()
715
if (gts->
hwgain_table
[i].gain == gain)
in iio_gts_find_sel_by_gain()
716
return gts->
hwgain_table
[i].sel;
in iio_gts_find_sel_by_gain()
735
if (gts->
hwgain_table
[i].sel == sel)
in iio_gts_find_gain_by_sel()
736
return gts->
hwgain_table
[i].gain;
in iio_gts_find_gain_by_sel()
753
int gain = gts->
hwgain_table
[i].gain;
in iio_gts_get_min_gain()
789
if (gain == gts->
hwgain_table
[
in iio_find_closest_gain_low()
[all...]
/kernel/linux/linux-6.6/drivers/iio/amplifiers/
H
A
D
ada4250.c
72
static const int
hwgain_table
[] = {1, 2, 4, 8, 16, 32, 64, 128};
variable
250
*vals =
hwgain_table
;
in ada4250_read_avail()
252
*length = ARRAY_SIZE(
hwgain_table
);
in ada4250_read_avail()
/kernel/linux/linux-6.6/include/linux/iio/
H
A
D
iio-gts-helper.h
61
const struct iio_gain_sel_pair *
hwgain_table
;
member
Completed in 3 milliseconds