Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.c40 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 static int __init thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
142 struct thermal_governor *gov; in thermal_zone_device_set_policy()
159 struct thermal_governor *pos; in thermal_build_list_of_policies()
174 struct thermal_governor *gov, *pos; in thermal_unregister_governors()
184 struct thermal_governor **governor; in thermal_register_governors()
297 static struct thermal_governor *thermal_get_tz_governor(struct thermal_zone_device *tz) in thermal_get_tz_governor()
[all …]
H A Dgov_power_allocator.c793 static struct thermal_governor thermal_gov_power_allocator = {