Home
last modified time | relevance | path

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

/linux/include/linux/
A Dthermal.h191 struct thermal_governor { struct
192 char name[THERMAL_NAME_LENGTH];
193 int (*bind_to_tz)(struct thermal_zone_device *tz);
194 void (*unbind_from_tz)(struct thermal_zone_device *tz);
195 int (*throttle)(struct thermal_zone_device *tz, int trip);
196 struct list_head governor_list;
/linux/drivers/thermal/
A Dthermal_core.c521 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()

Completed in 11 milliseconds