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:thermal_instances
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
thermal.h
96
struct mutex lock; /* protect
thermal_instances
list */
97
struct list_head
thermal_instances
;
member
136
* @
thermal_instances
: list of &struct thermal_instance of this thermal zone
139
* @lock: lock to protect
thermal_instances
list
170
struct list_head
thermal_instances
;
member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H
A
D
thermal_core.c
483
list_for_each_entry(pos, &tz->
thermal_instances
, tz_node) pos->initialized = false;
in thermal_zone_device_init()
921
list_for_each_entry(pos, &tz->
thermal_instances
,
in thermal_zone_bind_cooling_device()
927
list_add_tail(&dev->tz_node, &tz->
thermal_instances
);
in thermal_zone_bind_cooling_device()
928
list_add_tail(&dev->cdev_node, &cdev->
thermal_instances
);
in thermal_zone_bind_cooling_device()
971
list_for_each_entry_safe(pos, next, &tz->
thermal_instances
, tz_node)
in thermal_zone_unbind_cooling_device()
1132
INIT_LIST_HEAD(&cdev->
thermal_instances
);
in __thermal_cooling_device_register()
1437
INIT_LIST_HEAD(&tz->
thermal_instances
);
in thermal_zone_device_register()
Completed in 4 milliseconds