Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthermal.h155 struct thermal_zone_device { struct
177 struct thermal_zone_device_ops *ops; argument
178 struct thermal_zone_params *tzp;
179 struct thermal_governor *governor;
203 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
/Linux-v6.1/drivers/thermal/
Dthermal_of.c470 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device()
502 static int thermal_of_for_each_cooling_maps(struct thermal_zone_device *tz, in thermal_of_for_each_cooling_maps()
Dthermal_core.c531 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()