Lines Matching refs:thermal_zone_device
39 struct thermal_zone_device *tz;
58 struct thermal_zone_device *tz = temp->tz;
76 struct thermal_zone_device *tz = temp->tz;
89 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz)
111 const struct thermal_zone_device *tz)
126 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz)
132 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
216 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)
256 thermal_remove_hwmon_sysfs(*(struct thermal_zone_device **)res);
259 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
261 struct thermal_zone_device **ptr;