Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dthermal.h146 struct thermal_zone_device { struct
167 struct thermal_zone_device_ops *ops; argument
168 struct thermal_zone_params *tzp;
169 struct thermal_governor *governor;
193 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
/Linux-v5.15/drivers/thermal/
Dthermal_core.c551 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()