Lines Matching defs:zone
60 struct thermal_zone_device *zone;
157 thermal_remove_hwmon_sysfs(priv->zone);
165 struct thermal_zone_device *zone;
210 zone = devm_thermal_of_zone_register(dev, 0, priv,
212 if (IS_ERR(zone)) {
213 dev_err(dev, "Can't register thermal zone");
214 ret = PTR_ERR(zone);
218 priv->zone = zone;
219 ret = thermal_add_hwmon_sysfs(priv->zone);