Searched refs:devm_thermal_add_hwmon_sysfs (Results 1 – 17 of 17) sorted by relevance
/drivers/thermal/ |
D | thermal_hwmon.h | 20 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
|
D | thermal_hwmon.c | 267 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);
|
D | imx_sc_thermal.c | 118 devm_thermal_add_hwmon_sysfs(&pdev->dev, sensor->tzd); in imx_sc_thermal_probe()
|
D | loongson2_thermal.c | 141 devm_thermal_add_hwmon_sysfs(dev, tzd); in loongson2_thermal_probe()
|
D | thermal-generic-adc.c | 157 devm_thermal_add_hwmon_sysfs(&pdev->dev, gti->tz_dev); in gadc_thermal_probe()
|
D | k3_bandgap.c | 225 devm_thermal_add_hwmon_sysfs(dev, data[id].tzd); in k3_bandgap_probe()
|
D | amlogic_thermal.c | 283 devm_thermal_add_hwmon_sysfs(&pdev->dev, pdata->tzd); in amlogic_thermal_probe()
|
D | qoriq_thermal.c | 170 devm_thermal_add_hwmon_sysfs(dev, tzd); in qoriq_tmu_register_tmu_zone()
|
D | imx8mm_thermal.c | 343 devm_thermal_add_hwmon_sysfs(&pdev->dev, tmu->sensors[i].tzd); in imx8mm_tmu_probe()
|
D | sun8i_thermal.c | 471 devm_thermal_add_hwmon_sysfs(tmdev->dev, tmdev->sensor[i].tzd); in sun8i_ths_register()
|
/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 187 devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal); in ti_thermal_expose_sensor()
|
/drivers/thermal/qcom/ |
D | qcom-spmi-temp-alarm.c | 455 devm_thermal_add_hwmon_sysfs(&pdev->dev, chip->tz_dev); in qpnp_tm_probe()
|
D | qcom-spmi-adc-tm5.c | 691 devm_thermal_add_hwmon_sysfs(adc_tm->dev, tzd); in adc_tm5_register_tzd()
|
D | tsens.c | 1212 devm_thermal_add_hwmon_sysfs(priv->dev, tzd); in tsens_register()
|
/drivers/thermal/tegra/ |
D | tegra30-tsensor.c | 526 devm_thermal_add_hwmon_sysfs(ts->dev, tsc->tzd); in tegra_tsensor_register_channel()
|
/drivers/thermal/mediatek/ |
D | lvts_thermal.c | 1072 devm_thermal_add_hwmon_sysfs(dev, tz); in lvts_ctrl_start()
|
D | auxadc_thermal.c | 1293 ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev); in mtk_thermal_probe()
|