Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/
Dthermal_core.h32 extern struct thermal_governor *__governor_thermal_table[];
33 extern struct thermal_governor *__governor_thermal_table_end[];
52 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
53 void *thermal_governor);
125 int thermal_register_governor(struct thermal_governor *);
126 void thermal_unregister_governor(struct thermal_governor *);
Dthermal_core.c44 static struct thermal_governor *def_governor;
53 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
55 struct thermal_governor *pos; in __find_governor()
98 struct thermal_governor *new_gov) in thermal_set_governor()
119 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
173 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
202 struct thermal_governor *gov; in thermal_zone_device_set_policy()
225 struct thermal_governor *pos; in thermal_build_list_of_policies()
244 struct thermal_governor **governor; in thermal_unregister_governors()
253 struct thermal_governor **governor; in thermal_register_governors()
[all …]
Dgov_user_space.c43 static struct thermal_governor thermal_gov_user_space = {
Dgov_bang_bang.c115 static struct thermal_governor thermal_gov_bang_bang = {
Dgov_fair_share.c116 static struct thermal_governor thermal_gov_fair_share = {
Dgov_step_wise.c205 static struct thermal_governor thermal_gov_step_wise = {
Dgov_power_allocator.c641 static struct thermal_governor thermal_gov_power_allocator = {
/Linux-v5.10/include/linux/
Dthermal.h174 struct thermal_governor *governor;
196 struct thermal_governor { struct