Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_core.h34 extern struct thermal_governor *__governor_thermal_table[];
35 extern struct thermal_governor *__governor_thermal_table_end[];
54 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
55 void *thermal_governor);
111 int thermal_register_governor(struct thermal_governor *);
112 void thermal_unregister_governor(struct thermal_governor *);
Dthermal_core.c42 static struct thermal_governor *def_governor;
51 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
53 struct thermal_governor *pos; in __find_governor()
96 struct thermal_governor *new_gov) in thermal_set_governor()
117 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
171 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
200 struct thermal_governor *gov; in thermal_zone_device_set_policy()
226 struct thermal_governor *pos; in thermal_build_list_of_policies()
243 struct thermal_governor **governor; in thermal_unregister_governors()
252 struct thermal_governor **governor; in thermal_register_governors()
[all …]
Dgov_user_space.c51 static struct thermal_governor thermal_gov_user_space = {
Dgov_fair_share.c108 static struct thermal_governor thermal_gov_fair_share = {
Dgov_bang_bang.c116 static struct thermal_governor thermal_gov_bang_bang = {
Dgov_step_wise.c155 static struct thermal_governor thermal_gov_step_wise = {
Dgov_power_allocator.c732 static struct thermal_governor thermal_gov_power_allocator = {
/Linux-v6.6/include/linux/
Dthermal.h178 struct thermal_governor *governor;
200 struct thermal_governor { struct