Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dthermal_hwmon.h20 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
30 devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() function
Dthermal_hwmon.c258 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() function
279 EXPORT_SYMBOL_GPL(devm_thermal_add_hwmon_sysfs);
Dimx_sc_thermal.c123 if (devm_thermal_add_hwmon_sysfs(sensor->tzd)) in imx_sc_thermal_probe()
Dk3_bandgap.c225 if (devm_thermal_add_hwmon_sysfs(data[id].tzd)) in k3_bandgap_probe()
Damlogic_thermal.c289 if (devm_thermal_add_hwmon_sysfs(pdata->tzd)) in amlogic_thermal_probe()
Dqoriq_thermal.c161 if (devm_thermal_add_hwmon_sysfs(tzd)) in qoriq_tmu_register_tmu_zone()
Dsun8i_thermal.c478 if (devm_thermal_add_hwmon_sysfs(tmdev->sensor[i].tzd)) in sun8i_ths_register()
Dmtk_thermal.c1092 ret = devm_thermal_add_hwmon_sysfs(tzdev); in mtk_thermal_probe()
/Linux-v6.1/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c185 if (devm_thermal_add_hwmon_sysfs(data->ti_thermal)) in ti_thermal_expose_sensor()
/Linux-v6.1/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c462 if (devm_thermal_add_hwmon_sysfs(chip->tz_dev)) in qpnp_tm_probe()
Dqcom-spmi-adc-tm5.c691 if (devm_thermal_add_hwmon_sysfs(tzd)) in adc_tm5_register_tzd()
Dtsens.c1056 if (devm_thermal_add_hwmon_sysfs(tzd)) in tsens_register()
/Linux-v6.1/drivers/thermal/tegra/
Dtegra30-tsensor.c533 if (devm_thermal_add_hwmon_sysfs(tsc->tzd)) in tegra_tsensor_register_channel()