Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_core.h19 extern struct thermal_governor *__governor_thermal_table[];
20 extern struct thermal_governor *__governor_thermal_table_end[];
63 int thermal_register_governor(struct thermal_governor *);
64 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()
248 struct thermal_governor **governor; in thermal_unregister_governors()
257 struct thermal_governor **governor; in thermal_register_governors()
[all …]
Duser_space.c43 static struct thermal_governor thermal_gov_user_space = {
Dfair_share.c116 static struct thermal_governor thermal_gov_fair_share = {
Dgov_bang_bang.c115 static struct thermal_governor thermal_gov_bang_bang = {
Dstep_wise.c205 static struct thermal_governor thermal_gov_step_wise = {
Dpower_allocator.c648 static struct thermal_governor thermal_gov_power_allocator = {
/Linux-v5.4/include/linux/
Dthermal.h214 struct thermal_governor *governor;
236 struct thermal_governor { struct