Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.h51 struct thermal_governor { struct
52 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;
Dthermal_core.c673 int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *), in for_each_thermal_governor()