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:vcnl4200_al
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
vcnl4000.c
127
struct vcnl4200_channel
vcnl4200_al
;
member
206
data->
vcnl4200_al
.last_measurement = ktime_get();
in vcnl4200_set_power_state()
238
data->
vcnl4200_al
.reg = VCNL4200_AL_DATA;
in vcnl4200_init()
243
data->
vcnl4200_al
.sampling_rate = ktime_set(0, 60000 * 1000);
in vcnl4200_init()
250
data->
vcnl4200_al
.sampling_rate = ktime_set(0, 96000 * 1000);
in vcnl4200_init()
256
mutex_init(&data->
vcnl4200_al
.lock);
in vcnl4200_init()
366
return vcnl4200_measure(data, &data->
vcnl4200_al
, val);
in vcnl4200_measure_light()
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
vcnl4000.c
202
struct vcnl4200_channel
vcnl4200_al
;
member
338
data->
vcnl4200_al
.last_measurement = ktime_get();
in vcnl4200_set_power_state()
372
data->
vcnl4200_al
.reg = VCNL4200_AL_DATA;
in vcnl4200_init()
377
data->
vcnl4200_al
.sampling_rate = ktime_set(0, 60000 * 1000);
in vcnl4200_init()
383
data->
vcnl4200_al
.sampling_rate = ktime_set(0, 96000 * 1000);
in vcnl4200_init()
389
mutex_init(&data->
vcnl4200_al
.lock);
in vcnl4200_init()
499
return vcnl4200_measure(data, &data->
vcnl4200_al
, val);
in vcnl4200_measure_light()
590
data->
vcnl4200_al
.sampling_rate = ktime_set(0, val * 1200);
in vcnl4040_write_als_it()
Completed in 5 milliseconds