Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Duser_space.c62 return thermal_register_governor(&thermal_gov_user_space); in thermal_gov_user_space_register()
Dgov_bang_bang.c132 return thermal_register_governor(&thermal_gov_bang_bang); in thermal_gov_bang_bang_register()
Dfair_share.c135 return thermal_register_governor(&thermal_gov_fair_share); in thermal_gov_fair_share_register()
Dthermal_core.h48 int thermal_register_governor(struct thermal_governor *);
Dstep_wise.c224 return thermal_register_governor(&thermal_gov_step_wise); in thermal_gov_step_wise_register()
Dpower_allocator.c657 return thermal_register_governor(&thermal_gov_power_allocator); in thermal_gov_power_allocator_register()
Dthermal_core.c125 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor() function