Home
last modified time | relevance | path

Searched refs:thermal_governor (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
H A 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 *);
H A 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()
243 struct thermal_governor **governor; in thermal_unregister_governors()
252 struct thermal_governor **governo in thermal_register_governors()
[all...]
H A Dgov_user_space.c43 static struct thermal_governor thermal_gov_user_space = {
H A Dgov_fair_share.c120 static struct thermal_governor thermal_gov_fair_share = {
H A Dgov_bang_bang.c115 static struct thermal_governor thermal_gov_bang_bang = {
H A Dgov_step_wise.c205 static struct thermal_governor thermal_gov_step_wise = {
H A Dgov_power_allocator.c641 static struct thermal_governor thermal_gov_power_allocator = {
/kernel/linux/linux-6.6/drivers/thermal/
H A 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 *);
H A Dthermal_core.c40 static struct thermal_governor *def_governor;
49 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
51 struct thermal_governor *pos; in __find_governor()
94 struct thermal_governor *new_gov) in thermal_set_governor()
115 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
169 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
198 struct thermal_governor *gov; in thermal_zone_device_set_policy()
224 struct thermal_governor *pos; in thermal_build_list_of_policies()
241 struct thermal_governor **governor; in thermal_unregister_governors()
250 struct thermal_governor **governo in thermal_register_governors()
[all...]
H A Dgov_user_space.c51 static struct thermal_governor thermal_gov_user_space = {
H A Dgov_fair_share.c109 static struct thermal_governor thermal_gov_fair_share = {
H A Dgov_bang_bang.c109 static struct thermal_governor thermal_gov_bang_bang = {
H A Dgov_step_wise.c153 static struct thermal_governor thermal_gov_step_wise = {
H A Dgov_power_allocator.c737 static struct thermal_governor thermal_gov_power_allocator = {
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h174 struct thermal_governor *governor;
185 * struct thermal_governor - structure that holds thermal governor information
196 struct thermal_governor { struct
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h179 struct thermal_governor *governor;
191 * struct thermal_governor - structure that holds thermal governor information
202 struct thermal_governor { struct

Completed in 11 milliseconds