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_ch1
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
tsl2591.c
440
u16 als_ch0,
als_ch1
;
in tsl2591_read_channel_data()
local
458
als_ch1
= get_unaligned_le16(&als_data[2]);
in tsl2591_read_channel_data()
465
*val =
als_ch1
;
in tsl2591_read_channel_data()
483
lux = ((als_ch0 -
als_ch1
) *
in tsl2591_read_channel_data()
484
(1000 - ((
als_ch1
* 1000) / als_ch0))) / counts_per_lux;
in tsl2591_read_channel_data()
H
A
D
tsl2583.c
64
u16
als_ch1
;
member
220
chip->als_cur_info.
als_ch1
= ch1;
in tsl2583_get_lux()
689
*val = chip->als_cur_info.
als_ch1
;
in tsl2583_read_raw()
H
A
D
tsl2772.c
148
u16
als_ch1
;
member
448
chip->als_cur_info.
als_ch1
= ret;
in tsl2772_get_lux()
468
(chip->als_cur_info.
als_ch1
* p->ch1)) /
in tsl2772_get_lux()
1255
*val = chip->als_cur_info.
als_ch1
;
in tsl2772_read_raw()
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
tsl2583.c
64
u16
als_ch1
;
member
220
chip->als_cur_info.
als_ch1
= ch1;
in tsl2583_get_lux()
691
*val = chip->als_cur_info.
als_ch1
;
in tsl2583_read_raw()
H
A
D
tsl2772.c
146
u16
als_ch1
;
member
446
chip->als_cur_info.
als_ch1
= ret;
in tsl2772_get_lux()
466
(chip->als_cur_info.
als_ch1
* p->ch1)) /
in tsl2772_get_lux()
1260
*val = chip->als_cur_info.
als_ch1
;
in tsl2772_read_raw()
Completed in 9 milliseconds