Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h227 struct thermal_governor { struct
228 char name[THERMAL_NAME_LENGTH];
229 int (*bind_to_tz)(struct thermal_zone_device *tz);
230 void (*unbind_from_tz)(struct thermal_zone_device *tz);
231 int (*throttle)(struct thermal_zone_device *tz, int trip);
232 struct list_head governor_list;