Searched refs:thermal_governor (Results 1 – 8 of 8) sorted by relevance
34 extern struct thermal_governor *__governor_thermal_table[];35 extern struct thermal_governor *__governor_thermal_table_end[];54 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),55 void *thermal_governor);111 int thermal_register_governor(struct thermal_governor *);112 void thermal_unregister_governor(struct thermal_governor *);
40 static struct thermal_governor *def_governor;49 static struct thermal_governor *__find_governor(const char *name) in __find_governor()51 struct thermal_governor *pos; in __find_governor()94 struct thermal_governor *new_gov) in thermal_set_governor()115 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()169 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()198 struct thermal_governor *gov; in thermal_zone_device_set_policy()224 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()[all …]
51 static struct thermal_governor thermal_gov_user_space = {
109 static struct thermal_governor thermal_gov_bang_bang = {
109 static struct thermal_governor thermal_gov_fair_share = {
153 static struct thermal_governor thermal_gov_step_wise = {
737 static struct thermal_governor thermal_gov_power_allocator = {
179 struct thermal_governor *governor;202 struct thermal_governor { struct