Searched defs:thermal_governor (Results 1 – 1 of 1) sorted by relevance
236 struct thermal_governor { struct237 char name[THERMAL_NAME_LENGTH];238 int (*bind_to_tz)(struct thermal_zone_device *tz);239 void (*unbind_from_tz)(struct thermal_zone_device *tz);240 int (*throttle)(struct thermal_zone_device *tz, int trip);241 struct list_head governor_list;