Searched refs:thermal_governor (Results 1 – 8 of 8) sorted by relevance
57 int thermal_register_governor(struct thermal_governor *);58 void thermal_unregister_governor(struct thermal_governor *);
43 static struct thermal_governor thermal_gov_user_space = {
117 static struct thermal_governor thermal_gov_bang_bang = {
125 static struct thermal_governor thermal_gov_fair_share = {
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()112 struct thermal_governor *new_gov) in thermal_set_governor()133 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()182 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()841 struct thermal_governor *gov; in policy_store()875 struct thermal_governor *pos; in available_policies_show()1807 struct thermal_governor *governor; in thermal_zone_device_register()
215 static struct thermal_governor thermal_gov_step_wise = {
644 static struct thermal_governor thermal_gov_power_allocator = {
206 struct thermal_governor *governor;227 struct thermal_governor { struct