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:intensity_uA
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
light.c
34
struct led_flash_setting
intensity_uA
;
member
131
req.
intensity_uA
= cpu_to_le32(intensity);
in __gb_lights_flash_intensity_set()
151
intensity = channel->
intensity_uA
.min +
in __gb_lights_flash_brightness_set()
152
(channel->
intensity_uA
.step * channel->led->brightness);
in __gb_lights_flash_brightness_set()
542
__gb_lights_channel_v4l2_config(&channel_torch->
intensity_uA
,
in gb_lights_light_v4l2_register()
547
__gb_lights_channel_v4l2_config(&channel_ind->
intensity_uA
,
in gb_lights_light_v4l2_register()
780
fset->min = channel->
intensity_uA
.min;
in __gb_lights_flash_led_register()
781
fset->max = channel->
intensity_uA
.max;
in __gb_lights_flash_led_register()
782
fset->step = channel->
intensity_uA
.step;
in __gb_lights_flash_led_register()
783
fset->val = channel->
intensity_uA
in __gb_lights_flash_led_register()
[all...]
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
light.c
34
struct led_flash_setting
intensity_uA
;
member
131
req.
intensity_uA
= cpu_to_le32(intensity);
in __gb_lights_flash_intensity_set()
151
intensity = channel->
intensity_uA
.min +
in __gb_lights_flash_brightness_set()
152
(channel->
intensity_uA
.step * channel->led->brightness);
in __gb_lights_flash_brightness_set()
541
__gb_lights_channel_v4l2_config(&channel_torch->
intensity_uA
,
in gb_lights_light_v4l2_register()
546
__gb_lights_channel_v4l2_config(&channel_ind->
intensity_uA
,
in gb_lights_light_v4l2_register()
779
fset->min = channel->
intensity_uA
.min;
in __gb_lights_flash_led_register()
780
fset->max = channel->
intensity_uA
.max;
in __gb_lights_flash_led_register()
781
fset->step = channel->
intensity_uA
.step;
in __gb_lights_flash_led_register()
782
fset->val = channel->
intensity_uA
in __gb_lights_flash_led_register()
[all...]
/kernel/linux/linux-5.10/include/linux/greybus/
H
A
D
greybus_protocols.h
1756
__le32
intensity_uA
;
member
/kernel/linux/linux-6.6/include/linux/greybus/
H
A
D
greybus_protocols.h
1756
__le32
intensity_uA
;
member
Completed in 15 milliseconds