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:set_emul_temp
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_of.c
189
if (!data->ops || !data->ops->
set_emul_temp
)
in of_thermal_set_emul_temp()
192
return data->ops->
set_emul_temp
(data->sensor_data, temp);
in of_thermal_set_emul_temp()
408
if (ops->
set_emul_temp
)
in thermal_zone_of_add_sensor()
409
tzd->ops->
set_emul_temp
= of_thermal_set_emul_temp;
in thermal_zone_of_add_sensor()
571
tzd->ops->
set_emul_temp
= NULL;
in thermal_zone_of_sensor_unregister()
H
A
D
thermal_sysfs.c
306
if (!tz->ops->
set_emul_temp
) {
in emul_temp_store()
311
ret = tz->ops->
set_emul_temp
(tz, temperature);
in emul_temp_store()
/kernel/linux/linux-5.10/include/linux/
H
A
D
thermal.h
77
int (*
set_emul_temp
) (struct thermal_zone_device *, int);
member
303
* @
set_emul_temp
: a pointer to a function that sets sensor emulated
312
int (*
set_emul_temp
)(void *, int);
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
thermal.h
82
int (*
set_emul_temp
) (struct thermal_zone_device *, int);
member
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_sysfs.c
284
if (!tz->ops->
set_emul_temp
)
in emul_temp_store()
287
ret = tz->ops->
set_emul_temp
(tz, temperature);
in emul_temp_store()
/kernel/linux/linux-5.10/drivers/thermal/samsung/
H
A
D
exynos_tmu.c
1002
.
set_emul_temp
= exynos_tmu_set_emulation,
/kernel/linux/linux-6.6/drivers/thermal/samsung/
H
A
D
exynos_tmu.c
995
.
set_emul_temp
= exynos_tmu_set_emulation,
Completed in 10 milliseconds