Searched refs:thermal_governor (Results 1 – 8 of 8) sorted by relevance
48 int thermal_register_governor(struct thermal_governor *);49 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()1185 struct thermal_governor *governor; in thermal_zone_device_register()
55 static struct thermal_governor thermal_gov_user_space = {
125 static struct thermal_governor thermal_gov_bang_bang = {
128 static struct thermal_governor thermal_gov_fair_share = {
217 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