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:raw_level
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H
A
D
int3406_thermal.c
55
int acpi_level,
raw_level
;
in int3406_thermal_set_cur_state()
local
62
raw_level
= ACPI_TO_RAW(acpi_level, d);
in int3406_thermal_set_cur_state()
64
return backlight_device_set_brightness(d->raw_bd,
raw_level
);
in int3406_thermal_set_cur_state()
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H
A
D
int3406_thermal.c
55
int acpi_level,
raw_level
;
in int3406_thermal_set_cur_state()
local
62
raw_level
= ACPI_TO_RAW(acpi_level, d);
in int3406_thermal_set_cur_state()
64
return backlight_device_set_brightness(d->raw_bd,
raw_level
);
in int3406_thermal_set_cur_state()
/kernel/linux/linux-6.6/drivers/hte/
H
A
D
hte-tegra194-test.c
69
if (ts->
raw_level
< 0)
in process_hw_ts()
74
(ts->
raw_level
>= 0) ? ((ts->
raw_level
== 0) ?
in process_hw_ts()
H
A
D
hte-tegra194.c
622
el.
raw_level
= tegra_hte_get_level(gs, line_id);
in tegra_hte_read_fifo()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hte.h
45
* @
raw_level
: Level of the line at the timestamp if provider supports it,
51
int
raw_level
;
member
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-cdev.c
479
* @
raw_level
: the line level at the time of event
535
int
raw_level
;
member
681
level = (line->
raw_level
>= 0) ?
in process_hw_ts_thread()
682
line->
raw_level
:
in process_hw_ts_thread()
719
line->
raw_level
= ts->
raw_level
;
in process_hw_ts()
883
level = line->
raw_level
;
in debounce_work_func()
Completed in 7 milliseconds