Home
last modified time | relevance | path

Searched refs:thermal_unregister_governor (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/thermal/
Duser_space.c55 thermal_unregister_governor(&thermal_gov_user_space); in thermal_gov_user_space_unregister()
Dthermal_core.h55 void thermal_unregister_governor(struct thermal_governor *);
Dgov_bang_bang.c130 thermal_unregister_governor(&thermal_gov_bang_bang); in thermal_gov_bang_bang_unregister()
Dfair_share.c132 thermal_unregister_governor(&thermal_gov_fair_share); in thermal_gov_fair_share_unregister()
Dstep_wise.c227 thermal_unregister_governor(&thermal_gov_step_wise); in thermal_gov_step_wise_unregister()
Dthermal_core.c123 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor() function