Home
last modified time | relevance | path

Searched refs:thermal_governor (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.h32 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 Dthermal_core.c46 static struct thermal_governor *def_governor;
55 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
57 struct thermal_governor *pos; in __find_governor()
100 struct thermal_governor *new_gov) in thermal_set_governor()
121 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
175 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
204 struct thermal_governor *gov; in thermal_zone_device_set_policy()
227 struct thermal_governor *pos; in thermal_build_list_of_policies()
245 struct thermal_governor **governor; in thermal_unregister_governors()
254 struct thermal_governor **governor; in thermal_register_governors()
[all …]
H A Dgov_user_space.c43 static struct thermal_governor thermal_gov_user_space = {
H A Dgov_bang_bang.c115 static struct thermal_governor thermal_gov_bang_bang = {
H A Dgov_fair_share.c120 static struct thermal_governor thermal_gov_fair_share = {
H A Dgov_step_wise.c205 static struct thermal_governor thermal_gov_step_wise = {
H A Dgov_power_allocator.c641 static struct thermal_governor thermal_gov_power_allocator = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h180 struct thermal_governor *governor;
204 struct thermal_governor { struct
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c1510 static struct thermal_governor thermal_gov_dummy = {