Searched defs:thermal_governor (Results 1 – 2 of 2) sorted by relevance
204 struct thermal_governor { struct205 char name[THERMAL_NAME_LENGTH];206 int (*bind_to_tz)(struct thermal_zone_device *tz);207 void (*unbind_from_tz)(struct thermal_zone_device *tz);208 int (*throttle)(struct thermal_zone_device *tz, int trip);209 struct list_head governor_list;
532 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()