Lines Matching refs:thermal_governor
42 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()
117 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
171 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_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()
497 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor() argument
500 struct thermal_governor *gov; in for_each_thermal_governor()
1190 struct thermal_governor *governor; in thermal_zone_device_register_with_trips()