Home
last modified time | relevance | path

Searched refs:devm_thermal_add_hwmon_sysfs (Results 1 – 17 of 17) sorted by relevance

/drivers/thermal/
Dthermal_hwmon.h20 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz);
30 devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() function
Dthermal_hwmon.c267 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() function
291 EXPORT_SYMBOL_GPL(devm_thermal_add_hwmon_sysfs);
Dimx_sc_thermal.c118 devm_thermal_add_hwmon_sysfs(&pdev->dev, sensor->tzd); in imx_sc_thermal_probe()
Dloongson2_thermal.c141 devm_thermal_add_hwmon_sysfs(dev, tzd); in loongson2_thermal_probe()
Dthermal-generic-adc.c157 devm_thermal_add_hwmon_sysfs(&pdev->dev, gti->tz_dev); in gadc_thermal_probe()
Dk3_bandgap.c225 devm_thermal_add_hwmon_sysfs(dev, data[id].tzd); in k3_bandgap_probe()
Damlogic_thermal.c283 devm_thermal_add_hwmon_sysfs(&pdev->dev, pdata->tzd); in amlogic_thermal_probe()
Dqoriq_thermal.c170 devm_thermal_add_hwmon_sysfs(dev, tzd); in qoriq_tmu_register_tmu_zone()
Dimx8mm_thermal.c343 devm_thermal_add_hwmon_sysfs(&pdev->dev, tmu->sensors[i].tzd); in imx8mm_tmu_probe()
Dsun8i_thermal.c471 devm_thermal_add_hwmon_sysfs(tmdev->dev, tmdev->sensor[i].tzd); in sun8i_ths_register()
/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c187 devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal); in ti_thermal_expose_sensor()
/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c455 devm_thermal_add_hwmon_sysfs(&pdev->dev, chip->tz_dev); in qpnp_tm_probe()
Dqcom-spmi-adc-tm5.c691 devm_thermal_add_hwmon_sysfs(adc_tm->dev, tzd); in adc_tm5_register_tzd()
Dtsens.c1212 devm_thermal_add_hwmon_sysfs(priv->dev, tzd); in tsens_register()
/drivers/thermal/tegra/
Dtegra30-tsensor.c526 devm_thermal_add_hwmon_sysfs(ts->dev, tsc->tzd); in tegra_tsensor_register_channel()
/drivers/thermal/mediatek/
Dlvts_thermal.c1072 devm_thermal_add_hwmon_sysfs(dev, tz); in lvts_ctrl_start()
Dauxadc_thermal.c1293 ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev); in mtk_thermal_probe()