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