Home
last modified time | relevance | path

Searched defs:thermal_zone_device (Results 1 – 2 of 2) 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-5.10/drivers/thermal/
Dthermal_core.c739 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()