Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dthermal_core.h57 int thermal_register_governor(struct thermal_governor *);
58 void thermal_unregister_governor(struct thermal_governor *);
Duser_space.c43 static struct thermal_governor thermal_gov_user_space = {
Dgov_bang_bang.c117 static struct thermal_governor thermal_gov_bang_bang = {
Dfair_share.c125 static struct thermal_governor thermal_gov_fair_share = {
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()
112 struct thermal_governor *new_gov) in thermal_set_governor()
133 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
182 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
841 struct thermal_governor *gov; in policy_store()
875 struct thermal_governor *pos; in available_policies_show()
1807 struct thermal_governor *governor; in thermal_zone_device_register()
Dstep_wise.c215 static struct thermal_governor thermal_gov_step_wise = {
Dpower_allocator.c644 static struct thermal_governor thermal_gov_power_allocator = {
/linux-4.4.14/include/linux/
Dthermal.h206 struct thermal_governor *governor;
227 struct thermal_governor { struct