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:als_gain_trim
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
tsl2583.c
87
int
als_gain_trim
;
member
140
chip->als_settings.
als_gain_trim
= 1000;
in tsl2583_defaults()
285
lux64 = lux64 * chip->als_settings.
als_gain_trim
;
in tsl2583_get_lux()
304
* Obtain single reading and calculate the
als_gain_trim
(later used
353
* chip->als_settings.
als_gain_trim
) / lux_val);
in tsl2583_als_calibrate()
361
chip->als_settings.
als_gain_trim
= (int)gain_trim_val;
in tsl2583_als_calibrate()
708
*val = chip->als_settings.
als_gain_trim
;
in tsl2583_read_raw()
764
chip->als_settings.
als_gain_trim
= val;
in tsl2583_write_raw()
H
A
D
tsl2772.c
249
.
als_gain_trim
= 1000,
470
* The
als_gain_trim
can have a value within the range 250..4000
in tsl2772_get_lux()
475
lux = (lux * chip->settings.
als_gain_trim
) / 1000;
in tsl2772_get_lux()
652
* the
als_gain_trim
.
692
ret = (chip->settings.als_cal_target * chip->settings.
als_gain_trim
) /
in tsl2772_als_calibrate()
697
chip->settings.
als_gain_trim
= ret;
in tsl2772_als_calibrate()
1277
*val = chip->settings.
als_gain_trim
;
in tsl2772_read_raw()
1340
chip->settings.
als_gain_trim
= val;
in tsl2772_write_raw()
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
tsl2583.c
87
int
als_gain_trim
;
member
140
chip->als_settings.
als_gain_trim
= 1000;
in tsl2583_defaults()
285
lux64 = lux64 * chip->als_settings.
als_gain_trim
;
in tsl2583_get_lux()
304
* Obtain single reading and calculate the
als_gain_trim
(later used
353
* chip->als_settings.
als_gain_trim
) / lux_val);
in tsl2583_als_calibrate()
361
chip->als_settings.
als_gain_trim
= (int)gain_trim_val;
in tsl2583_als_calibrate()
706
*val = chip->als_settings.
als_gain_trim
;
in tsl2583_read_raw()
764
chip->als_settings.
als_gain_trim
= val;
in tsl2583_write_raw()
H
A
D
tsl2772.c
251
.
als_gain_trim
= 1000,
472
* The
als_gain_trim
can have a value within the range 250..4000
in tsl2772_get_lux()
477
lux = (lux * chip->settings.
als_gain_trim
) / 1000;
in tsl2772_get_lux()
647
* the
als_gain_trim
.
687
ret = (chip->settings.als_cal_target * chip->settings.
als_gain_trim
) /
in tsl2772_als_calibrate()
692
chip->settings.
als_gain_trim
= ret;
in tsl2772_als_calibrate()
1272
*val = chip->settings.
als_gain_trim
;
in tsl2772_read_raw()
1335
chip->settings.
als_gain_trim
= val;
in tsl2772_write_raw()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
tsl2772.h
42
* @
als_gain_trim
: Default gain trim to account for aperture effects.
71
int
als_gain_trim
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
tsl2772.h
42
* @
als_gain_trim
: Default gain trim to account for aperture effects.
71
int
als_gain_trim
;
member
Completed in 9 milliseconds