devm_thermal_add_hwmon_sysfs
devm_thermal_add_hwmon_sysfs(&pdev->dev, pdata->tzd);
devm_thermal_add_hwmon_sysfs(&pdev->dev, tmu->sensors[i].tzd);
devm_thermal_add_hwmon_sysfs(&pdev->dev, sensor->tzd);
devm_thermal_add_hwmon_sysfs(dev, data[id].tzd);
devm_thermal_add_hwmon_sysfs(bgp->dev, ti_thermal);
devm_thermal_add_hwmon_sysfs(dev, tzd);
ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev);
devm_thermal_add_hwmon_sysfs(dev, tz);
devm_thermal_add_hwmon_sysfs(adc_tm->dev, tzd);
devm_thermal_add_hwmon_sysfs(&pdev->dev, chip->tz_dev);
devm_thermal_add_hwmon_sysfs(priv->dev, tzd);
devm_thermal_add_hwmon_sysfs(dev, tzd);
ret = devm_thermal_add_hwmon_sysfs(dev, priv->zone);
ret = devm_thermal_add_hwmon_sysfs(dev, priv->tz);
devm_thermal_add_hwmon_sysfs(dev, sensor->thermal_dev);
devm_thermal_add_hwmon_sysfs(tmdev->dev, tmdev->sensor[i].tzd);
devm_thermal_add_hwmon_sysfs(ts->dev, tsc->tzd);
devm_thermal_add_hwmon_sysfs(dev, gti->tz_dev);
EXPORT_SYMBOL_GPL(devm_thermal_add_hwmon_sysfs);
int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz);
devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal);