Searched defs:thermal_governor (Results 1 – 1 of 1) sorted by relevance
227 struct thermal_governor { struct228 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;