Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dthermal.h202 struct thermal_governor { struct
203 char name[THERMAL_NAME_LENGTH];
204 int (*bind_to_tz)(struct thermal_zone_device *tz);
205 void (*unbind_from_tz)(struct thermal_zone_device *tz);
206 int (*throttle)(struct thermal_zone_device *tz, int trip);
207 struct list_head governor_list;
/linux-6.3-rc2/drivers/thermal/
A Dthermal_core.c507 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()

Completed in 7 milliseconds