Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dthermal.h200 struct thermal_governor { struct
201 char name[THERMAL_NAME_LENGTH];
202 int (*bind_to_tz)(struct thermal_zone_device *tz);
203 void (*unbind_from_tz)(struct thermal_zone_device *tz);
204 int (*throttle)(struct thermal_zone_device *tz, int trip);
205 struct list_head governor_list;
/Linux-v6.6/drivers/thermal/
Dthermal_core.c529 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()