Home
last modified time | relevance | path

Searched refs:thermal_governor (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dthermal_core.h48 int thermal_register_governor(struct thermal_governor *);
49 void thermal_unregister_governor(struct thermal_governor *);
Dthermal_core.c50 static struct thermal_governor *def_governor;
59 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
61 struct thermal_governor *pos; in __find_governor()
104 struct thermal_governor *new_gov) in thermal_set_governor()
125 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
179 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
208 struct thermal_governor *gov; in thermal_zone_device_set_policy()
229 struct thermal_governor *pos; in thermal_build_list_of_policies()
1185 struct thermal_governor *governor; in thermal_zone_device_register()
Duser_space.c55 static struct thermal_governor thermal_gov_user_space = {
Dgov_bang_bang.c125 static struct thermal_governor thermal_gov_bang_bang = {
Dfair_share.c128 static struct thermal_governor thermal_gov_fair_share = {
Dstep_wise.c217 static struct thermal_governor thermal_gov_step_wise = {
Dpower_allocator.c648 static struct thermal_governor thermal_gov_power_allocator = {
/Linux-v4.19/include/linux/
Dthermal.h214 struct thermal_governor *governor;
236 struct thermal_governor { struct