Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dthermal_core.h54 int thermal_register_governor(struct thermal_governor *);
55 void thermal_unregister_governor(struct thermal_governor *);
Duser_space.c43 static struct thermal_governor thermal_gov_user_space = {
Dgov_bang_bang.c118 static struct thermal_governor thermal_gov_bang_bang = {
Dfair_share.c120 static struct thermal_governor thermal_gov_fair_share = {
Dstep_wise.c215 static struct thermal_governor thermal_gov_step_wise = {
Dthermal_core.c65 static struct thermal_governor *def_governor;
67 static struct thermal_governor *__find_governor(const char *name) in __find_governor()
69 struct thermal_governor *pos; in __find_governor()
81 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
123 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
780 struct thermal_governor *gov; in policy_store()
/linux-4.1.27/include/linux/
Dthermal.h197 struct thermal_governor *governor;
212 struct thermal_governor { struct