Symbol: devm_thermal_add_hwmon_sysfs
drivers/thermal/amlogic_thermal.c
291
devm_thermal_add_hwmon_sysfs(&pdev->dev, pdata->tzd);
drivers/thermal/imx8mm_thermal.c
343
devm_thermal_add_hwmon_sysfs(&pdev->dev, tmu->sensors[i].tzd);
drivers/thermal/imx_sc_thermal.c
117
devm_thermal_add_hwmon_sysfs(&pdev->dev, sensor->tzd);
drivers/thermal/k3_bandgap.c
224
devm_thermal_add_hwmon_sysfs(dev, data[id].tzd);
drivers/thermal/k3_j72xx_bandgap.c
519
devm_thermal_add_hwmon_sysfs(bgp->dev, ti_thermal);
drivers/thermal/loongson2_thermal.c
179
devm_thermal_add_hwmon_sysfs(dev, tzd);
drivers/thermal/mediatek/auxadc_thermal.c
1293
ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev);
drivers/thermal/mediatek/lvts_thermal.c
1319
devm_thermal_add_hwmon_sysfs(dev, tz);
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
691
devm_thermal_add_hwmon_sysfs(adc_tm->dev, tzd);
drivers/thermal/qcom/qcom-spmi-temp-alarm.c
877
devm_thermal_add_hwmon_sysfs(&pdev->dev, chip->tz_dev);
drivers/thermal/qcom/tsens.c
1261
devm_thermal_add_hwmon_sysfs(priv->dev, tzd);
drivers/thermal/qoriq_thermal.c
171
devm_thermal_add_hwmon_sysfs(dev, tzd);
drivers/thermal/renesas/rzg3e_thermal.c
471
ret = devm_thermal_add_hwmon_sysfs(dev, priv->zone);
drivers/thermal/renesas/rzg3s_thermal.c
219
ret = devm_thermal_add_hwmon_sysfs(dev, priv->tz);
drivers/thermal/st/st_thermal.c
212
devm_thermal_add_hwmon_sysfs(dev, sensor->thermal_dev);
drivers/thermal/sun8i_thermal.c
548
devm_thermal_add_hwmon_sysfs(tmdev->dev, tmdev->sensor[i].tzd);
drivers/thermal/tegra/tegra30-tsensor.c
531
devm_thermal_add_hwmon_sysfs(ts->dev, tsc->tzd);
drivers/thermal/thermal-generic-adc.c
207
devm_thermal_add_hwmon_sysfs(dev, gti->tz_dev);
drivers/thermal/thermal_hwmon.c
285
EXPORT_SYMBOL_GPL(devm_thermal_add_hwmon_sysfs);
drivers/thermal/thermal_hwmon.h
20
int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz);
drivers/thermal/ti-soc-thermal/ti-thermal-common.c
187
devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal);