Home
last modified time | relevance | path

Searched refs:thermal_register_governor (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/thermal/
Duser_space.c50 return thermal_register_governor(&thermal_gov_user_space); in thermal_gov_user_space_register()
Dthermal_core.h57 int thermal_register_governor(struct thermal_governor *);
Dgov_bang_bang.c124 return thermal_register_governor(&thermal_gov_bang_bang); in thermal_gov_bang_bang_register()
Dfair_share.c132 return thermal_register_governor(&thermal_gov_fair_share); in thermal_gov_fair_share_register()
Dstep_wise.c222 return thermal_register_governor(&thermal_gov_step_wise); in thermal_gov_step_wise_register()
Dpower_allocator.c653 return thermal_register_governor(&thermal_gov_power_allocator); in thermal_gov_power_allocator_register()
Dthermal_core.c133 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor() function