Lines Matching refs:thermal_zone_device
40 struct thermal_zone_device *tz;
59 struct thermal_zone_device *tz = temp->tz;
77 struct thermal_zone_device *tz = temp->tz;
98 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz)
120 const struct thermal_zone_device *tz)
135 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz)
141 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
224 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)
264 thermal_remove_hwmon_sysfs(*(struct thermal_zone_device **)res);
267 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz)
269 struct thermal_zone_device **ptr;