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_governor
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
thermal_core.h
32
extern struct
thermal_governor
*__governor_thermal_table[];
33
extern struct
thermal_governor
*__governor_thermal_table_end[];
52
int for_each_thermal_governor(int (*cb)(struct
thermal_governor
*, void *),
53
void *
thermal_governor
);
125
int thermal_register_governor(struct
thermal_governor
*);
126
void thermal_unregister_governor(struct
thermal_governor
*);
H
A
D
rockchip_system_monitor.c
1306
static struct
thermal_governor
thermal_gov_dummy = {
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H
A
D
thermal_core.h
32
extern struct
thermal_governor
*__governor_thermal_table[];
33
extern struct
thermal_governor
*__governor_thermal_table_end[];
47
int for_each_thermal_governor(int (*cb)(struct
thermal_governor
*, void *), void *data);
111
int thermal_register_governor(struct
thermal_governor
*governor);
112
void thermal_unregister_governor(struct
thermal_governor
*governor);
H
A
D
thermal_core.c
47
static struct
thermal_governor
*def_governor;
56
static struct
thermal_governor
*__find_governor(const char *name)
in __find_governor()
58
struct
thermal_governor
*pos;
in __find_governor()
100
static int thermal_set_governor(struct thermal_zone_device *tz, struct
thermal_governor
*new_gov)
in thermal_set_governor()
122
int thermal_register_governor(struct
thermal_governor
*governor)
in thermal_register_governor()
177
void thermal_unregister_governor(struct
thermal_governor
*governor)
in thermal_unregister_governor()
208
struct
thermal_governor
*gov;
in thermal_zone_device_set_policy()
232
struct
thermal_governor
*pos;
in thermal_build_list_of_policies()
250
struct
thermal_governor
**governor;
in thermal_unregister_governors()
258
struct
thermal_governor
**governo
in thermal_register_governors()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
thermal.h
168
struct
thermal_governor
*governor;
179
* struct
thermal_governor
- structure that holds thermal governor information
190
struct
thermal_governor
{
struct
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rockchip_system_monitor.c
1289
static struct
thermal_governor
thermal_gov_dummy = {
Completed in 8 milliseconds