Home
last modified time | relevance | path

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

/linux/drivers/thermal/
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);
122 int thermal_register_governor(struct thermal_governor *);
123 void thermal_unregister_governor(struct thermal_governor *);
A Dthermal_core.c42 static struct thermal_governor *def_governor;
51 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
53 struct thermal_governor *pos; in __find_governor()
96 struct thermal_governor *new_gov) in thermal_set_governor()
200 struct thermal_governor *gov; in thermal_zone_device_set_policy()
223 struct thermal_governor *pos; in thermal_build_list_of_policies()
241 struct thermal_governor **governor; in thermal_unregister_governors()
250 struct thermal_governor **governor; in thermal_register_governors()
265 struct thermal_governor **gov; in thermal_register_governors()
524 struct thermal_governor *gov; in for_each_thermal_governor()
[all …]
A Dgov_user_space.c51 static struct thermal_governor thermal_gov_user_space = {
A Dgov_bang_bang.c115 static struct thermal_governor thermal_gov_bang_bang = {
A Dgov_fair_share.c119 static struct thermal_governor thermal_gov_fair_share = {
A Dgov_step_wise.c197 static struct thermal_governor thermal_gov_step_wise = {
A Dgov_power_allocator.c746 static struct thermal_governor thermal_gov_power_allocator = {
/linux/include/linux/
A Dthermal.h169 struct thermal_governor *governor;
191 struct thermal_governor { struct

Completed in 12 milliseconds