Searched refs:devm_thermal_add_hwmon_sysfs (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/thermal/ |
| H A 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
|
| H A D | thermal_hwmon.c | 246 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() function 270 EXPORT_SYMBOL_GPL(devm_thermal_add_hwmon_sysfs);
|
| H A D | imx_sc_thermal.c | 117 devm_thermal_add_hwmon_sysfs(&pdev->dev, sensor->tzd); in imx_sc_thermal_probe()
|
| H A D | loongson2_thermal.c | 178 devm_thermal_add_hwmon_sysfs(dev, tzd); in loongson2_thermal_probe()
|
| H A D | imx91_thermal.c | 323 devm_thermal_add_hwmon_sysfs(dev, tmu->tzd); in imx91_tmu_probe()
|
| H A D | qoriq_thermal.c | 207 devm_thermal_add_hwmon_sysfs(dev, tzd); in qoriq_tmu_register_tmu_zone()
|
| H A D | k3_j72xx_bandgap.c | 519 devm_thermal_add_hwmon_sysfs(bgp->dev, ti_thermal); in k3_j72xx_bandgap_probe()
|
| H A D | sun8i_thermal.c | 547 devm_thermal_add_hwmon_sysfs(tmdev->dev, tmdev->sensor[i].tzd); in sun8i_ths_register()
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | ti-thermal-common.c | 187 devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal); in ti_thermal_expose_sensor()
|
| /linux/drivers/thermal/st/ |
| H A D | st_thermal.c | 212 devm_thermal_add_hwmon_sysfs(dev, sensor->thermal_dev); in st_thermal_register()
|
| /linux/drivers/thermal/spacemit/ |
| H A D | k1_tsensor.c | 274 ret = devm_thermal_add_hwmon_sysfs(dev, ts->ch[i].tzd); in k1_tsensor_probe()
|
| /linux/drivers/thermal/qcom/ |
| H A D | qcom-spmi-adc-tm5-gen3.c | 323 ret = devm_thermal_add_hwmon_sysfs(adc_tm5->dev, tzd); in adc_tm5_register_tzd()
|
| H A D | qcom-spmi-adc-tm5.c | 688 devm_thermal_add_hwmon_sysfs(adc_tm->dev, tzd); in adc_tm5_register_tzd()
|
| H A D | tsens.c | 1342 devm_thermal_add_hwmon_sysfs(priv->dev, tzd); in tsens_register()
|
| /linux/drivers/thermal/renesas/ |
| H A D | rzg3e_thermal.c | 468 ret = devm_thermal_add_hwmon_sysfs(dev, priv->zone); in rzg3e_thermal_probe()
|
| /linux/drivers/thermal/tegra/ |
| H A D | tegra30-tsensor.c | 531 devm_thermal_add_hwmon_sysfs(ts->dev, tsc->tzd); in tegra_tsensor_register_channel()
|
| /linux/drivers/thermal/mediatek/ |
| H A D | auxadc_thermal.c | 1293 ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev); in mtk_thermal_probe()
|
| H A D | lvts_thermal.c | 1319 devm_thermal_add_hwmon_sysfs(dev, tz); in lvts_ctrl_start()
|