Lines Matching refs:thermal_governor
44 static struct thermal_governor *def_governor;
53 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
55 struct thermal_governor *pos; in __find_governor()
98 struct thermal_governor *new_gov) in thermal_set_governor()
119 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
173 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
202 struct thermal_governor *gov; in thermal_zone_device_set_policy()
225 struct thermal_governor *pos; in thermal_build_list_of_policies()
244 struct thermal_governor **governor; in thermal_unregister_governors()
253 struct thermal_governor **governor; in thermal_register_governors()
268 struct thermal_governor **gov; in thermal_register_governors()
704 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor() argument
707 struct thermal_governor *gov; in for_each_thermal_governor()
1385 struct thermal_governor *governor; in thermal_zone_device_register()