Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dthermal.h150 struct thermal_zone_device { struct
172 struct thermal_zone_device_ops *ops; argument
173 struct thermal_zone_params *tzp;
174 struct thermal_governor *governor;
198 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
/kernel/linux/linux-4.19/include/linux/
Dthermal.h191 struct thermal_zone_device { struct
212 struct thermal_zone_device_ops *ops; argument
213 struct thermal_zone_params *tzp;
214 struct thermal_governor *governor;
238 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c737 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()