Searched refs:thermal_register_governor (Results 1 – 7 of 7) sorted by relevance
50 return thermal_register_governor(&thermal_gov_user_space); in thermal_gov_user_space_register()
57 int thermal_register_governor(struct thermal_governor *);
124 return thermal_register_governor(&thermal_gov_bang_bang); in thermal_gov_bang_bang_register()
132 return thermal_register_governor(&thermal_gov_fair_share); in thermal_gov_fair_share_register()
222 return thermal_register_governor(&thermal_gov_step_wise); in thermal_gov_step_wise_register()
653 return thermal_register_governor(&thermal_gov_power_allocator); in thermal_gov_power_allocator_register()
133 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor() function