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_time
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
tsl2583.c
85
int
als_time
;
member
131
chip->als_settings.
als_time
= 100;
in tsl2583_defaults()
368
int als_count,
als_time
, ret;
in tsl2583_set_als_time()
local
372
als_count = (chip->als_settings.
als_time
* 100 + 135) / 270;
in tsl2583_set_als_time()
377
als_time
= (als_count * 27 + 5) / 10;
in tsl2583_set_als_time()
391
chip->als_time_scale = (
als_time
+ 25) / 50;
in tsl2583_set_als_time()
721
*val2 = chip->als_settings.
als_time
;
in tsl2583_read_raw()
784
chip->als_settings.
als_time
= val2;
in tsl2583_write_raw()
H
A
D
tsl2772.c
243
.
als_time
= 255, /* 2.72 / 2.73 ms */
716
chip->tsl2772_config[TSL2772_ALS_TIME] = chip->settings.
als_time
;
in tsl2772_chip_on()
760
als_count = 256 - chip->settings.
als_time
;
in tsl2772_chip_on()
1144
time = chip->settings.
als_time
;
in tsl2772_write_event_value()
1213
time = chip->settings.
als_time
;
in tsl2772_read_event_value()
1281
*val2 = (256 - chip->settings.
als_time
) *
in tsl2772_read_raw()
1347
chip->settings.
als_time
= 256 -
in tsl2772_write_raw()
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
tsl2583.c
85
int
als_time
;
member
131
chip->als_settings.
als_time
= 100;
in tsl2583_defaults()
368
int als_count,
als_time
, ret;
in tsl2583_set_als_time()
local
372
als_count = DIV_ROUND_CLOSEST(chip->als_settings.
als_time
* 100, 270);
in tsl2583_set_als_time()
377
als_time
= DIV_ROUND_CLOSEST(als_count * 27, 10);
in tsl2583_set_als_time()
391
chip->als_time_scale = DIV_ROUND_CLOSEST(
als_time
, 50);
in tsl2583_set_als_time()
719
*val2 = chip->als_settings.
als_time
;
in tsl2583_read_raw()
784
chip->als_settings.
als_time
= val2;
in tsl2583_write_raw()
H
A
D
tsl2772.c
245
.
als_time
= 255, /* 2.72 / 2.73 ms */
711
chip->tsl2772_config[TSL2772_ALS_TIME] = chip->settings.
als_time
;
in tsl2772_chip_on()
755
als_count = 256 - chip->settings.
als_time
;
in tsl2772_chip_on()
1139
time = chip->settings.
als_time
;
in tsl2772_write_event_value()
1208
time = chip->settings.
als_time
;
in tsl2772_read_event_value()
1276
*val2 = (256 - chip->settings.
als_time
) *
in tsl2772_read_raw()
1342
chip->settings.
als_time
= 256 -
in tsl2772_write_raw()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
tsl2772.h
38
* @
als_time
: Integration time of the ALS channel ADCs in 2.73 ms
40
* (256 -
als_time
) * 2.73.
69
int
als_time
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
tsl2772.h
38
* @
als_time
: Integration time of the ALS channel ADCs in 2.73 ms
40
* (256 -
als_time
) * 2.73.
69
int
als_time
;
member
Completed in 13 milliseconds