Searched defs:thermal_governor (Results 1 – 1 of 1) sorted by relevance
212 struct thermal_governor { struct213 char name[THERMAL_NAME_LENGTH];214 int (*throttle)(struct thermal_zone_device *tz, int trip);215 struct list_head governor_list;