Home
last modified time | relevance | path

Searched defs:thermal_governor (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dthermal.h236 struct thermal_governor { struct
237 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;