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:ps_gain
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
ltr501.c
141
const struct ltr501_gain *
ps_gain
;
member
698
*val = data->chip_info->
ps_gain
[i].scale;
in ltr501_read_raw()
699
*val2 = data->chip_info->
ps_gain
[i].uscale;
in ltr501_read_raw()
767
i = ltr501_get_gain_index(info->
ps_gain
,
in ltr501_write_raw()
1094
if (info->
ps_gain
[i].scale == LTR501_RESERVED_GAIN)
in ltr501_show_proximity_scale_avail()
1097
info->
ps_gain
[i].scale,
in ltr501_show_proximity_scale_avail()
1098
info->
ps_gain
[i].uscale);
in ltr501_show_proximity_scale_avail()
1196
.
ps_gain
= ltr501_ps_gain_tbl,
1210
.
ps_gain
= ltr559_ps_gain_tbl,
H
A
D
stk3310.c
516
STK3310_REGFIELD(
ps_gain
);
in stk3310_regmap_init()
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
ltr501.c
143
const struct ltr501_gain *
ps_gain
;
member
721
*val = data->chip_info->
ps_gain
[i].scale;
in ltr501_read_raw()
722
*val2 = data->chip_info->
ps_gain
[i].uscale;
in ltr501_read_raw()
790
i = ltr501_get_gain_index(info->
ps_gain
,
in ltr501_write_raw()
1117
if (info->
ps_gain
[i].scale == LTR501_RESERVED_GAIN)
in ltr501_show_proximity_scale_avail()
1120
info->
ps_gain
[i].scale,
in ltr501_show_proximity_scale_avail()
1121
info->
ps_gain
[i].uscale);
in ltr501_show_proximity_scale_avail()
1219
.
ps_gain
= ltr501_ps_gain_tbl,
1233
.
ps_gain
= ltr559_ps_gain_tbl,
H
A
D
stk3310.c
537
STK3310_REGFIELD(
ps_gain
);
in stk3310_regmap_init()
Completed in 7 milliseconds