Searched refs:thermal_governor (Results 1 – 7 of 7) sorted by relevance
54 int thermal_register_governor(struct thermal_governor *);55 void thermal_unregister_governor(struct thermal_governor *);
43 static struct thermal_governor thermal_gov_user_space = {
118 static struct thermal_governor thermal_gov_bang_bang = {
120 static struct thermal_governor thermal_gov_fair_share = {
215 static struct thermal_governor thermal_gov_step_wise = {
65 static struct thermal_governor *def_governor;67 static struct thermal_governor *__find_governor(const char *name) in __find_governor()69 struct thermal_governor *pos; in __find_governor()81 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()123 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()780 struct thermal_governor *gov; in policy_store()
197 struct thermal_governor *governor;212 struct thermal_governor { struct