Searched refs:thermal_governor (Results 1 – 8 of 8) sorted by relevance
19 extern struct thermal_governor *__governor_thermal_table[];20 extern struct thermal_governor *__governor_thermal_table_end[];63 int thermal_register_governor(struct thermal_governor *);64 void thermal_unregister_governor(struct thermal_governor *);
50 static struct thermal_governor *def_governor;59 static struct thermal_governor *__find_governor(const char *name) in __find_governor()61 struct thermal_governor *pos; in __find_governor()104 struct thermal_governor *new_gov) in thermal_set_governor()125 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()179 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()208 struct thermal_governor *gov; in thermal_zone_device_set_policy()229 struct thermal_governor *pos; in thermal_build_list_of_policies()248 struct thermal_governor **governor; in thermal_unregister_governors()257 struct thermal_governor **governor; in thermal_register_governors()[all …]
43 static struct thermal_governor thermal_gov_user_space = {
116 static struct thermal_governor thermal_gov_fair_share = {
115 static struct thermal_governor thermal_gov_bang_bang = {
205 static struct thermal_governor thermal_gov_step_wise = {
648 static struct thermal_governor thermal_gov_power_allocator = {
214 struct thermal_governor *governor;236 struct thermal_governor { struct