Searched defs:thermal_governor (Results 1 – 2 of 2) sorted by relevance
51 struct thermal_governor { struct52 const char *name;53 int (*bind_to_tz)(struct thermal_zone_device *tz);54 void (*unbind_from_tz)(struct thermal_zone_device *tz);55 void (*trip_crossed)(struct thermal_zone_device *tz,58 void (*manage)(struct thermal_zone_device *tz);59 void (*update_tz)(struct thermal_zone_device *tz,61 struct list_head governor_list;
673 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()