Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Duser_space.c55 thermal_unregister_governor(&thermal_gov_user_space); in thermal_gov_user_space_unregister()
Dthermal_core.h58 void thermal_unregister_governor(struct thermal_governor *);
Dgov_bang_bang.c129 thermal_unregister_governor(&thermal_gov_bang_bang); in thermal_gov_bang_bang_unregister()
Dfair_share.c137 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()
Dpower_allocator.c658 thermal_unregister_governor(&thermal_gov_power_allocator); in thermal_gov_power_allocator_unregister()
Dthermal_core.c182 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor() function