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_settings
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
tsl2583.c
102
struct tsl2583_settings
als_settings
;
member
131
chip->
als_settings
.als_time = 100;
in tsl2583_defaults()
137
chip->
als_settings
.als_gain = 0;
in tsl2583_defaults()
140
chip->
als_settings
.als_gain_trim = 1000;
in tsl2583_defaults()
143
chip->
als_settings
.als_cal_target = 130;
in tsl2583_defaults()
146
memcpy(chip->
als_settings
.als_device_lux, tsl2583_default_lux,
in tsl2583_defaults()
240
for (p = (struct tsl2583_lux *)chip->
als_settings
.als_device_lux;
in tsl2583_get_lux()
250
(gainadj[chip->
als_settings
.als_gain].ch0 >> 1))
in tsl2583_get_lux()
251
/ gainadj[chip->
als_settings
.als_gain].ch0;
in tsl2583_get_lux()
253
(gainadj[chip->
als_settings
in tsl2583_get_lux()
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
tsl2583.c
102
struct tsl2583_settings
als_settings
;
member
131
chip->
als_settings
.als_time = 100;
in tsl2583_defaults()
137
chip->
als_settings
.als_gain = 0;
in tsl2583_defaults()
140
chip->
als_settings
.als_gain_trim = 1000;
in tsl2583_defaults()
143
chip->
als_settings
.als_cal_target = 130;
in tsl2583_defaults()
146
memcpy(chip->
als_settings
.als_device_lux, tsl2583_default_lux,
in tsl2583_defaults()
240
for (p = (struct tsl2583_lux *)chip->
als_settings
.als_device_lux;
in tsl2583_get_lux()
250
(gainadj[chip->
als_settings
.als_gain].ch0 >> 1))
in tsl2583_get_lux()
251
/ gainadj[chip->
als_settings
.als_gain].ch0;
in tsl2583_get_lux()
253
(gainadj[chip->
als_settings
in tsl2583_get_lux()
[all...]
H
A
D
tsl2591.c
163
struct tsl2591_als_settings
als_settings
;
member
166
* Keep
als_settings
in sync with hardware state
389
struct tsl2591_als_settings settings = chip->
als_settings
;
in tsl2591_wait_adc_complete()
436
struct tsl2591_als_settings *settings = &chip->
als_settings
;
in tsl2591_read_channel_data()
504
struct tsl2591_als_settings
als_settings
= chip->
als_settings
;
in tsl2591_set_als_gain_int_time()
local
510
als_settings
.als_int_time |
als_settings
.als_gain);
in tsl2591_set_als_gain_int_time()
520
struct tsl2591_als_settings
als_settings
= chip->
als_settings
;
in tsl2591_set_als_lower_threshold()
local
564
struct tsl2591_
als_settings
als_settings
= chip->
als_settings
;
tsl2591_set_als_upper_threshold()
local
[all...]
Completed in 4 milliseconds