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()
92 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) in thermal_hwmon_lookup_by_type()
114 const struct thermal_zone_device *tz) in thermal_hwmon_lookup_temp()
129 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz) in thermal_zone_crit_temp_valid()
135 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
218 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
258 thermal_remove_hwmon_sysfs(*(struct thermal_zone_device **)res); in devm_thermal_hwmon_release()
261 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs()
263 struct thermal_zone_device **ptr; in devm_thermal_add_hwmon_sysfs()