Home
last modified time | relevance | path

Searched refs:thermal_add_hwmon_sysfs (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/thermal/
Dthermal_hwmon.h19 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
24 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() function
Dthermal_hwmon.c132 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() function
213 EXPORT_SYMBOL_GPL(thermal_add_hwmon_sysfs);
268 ret = thermal_add_hwmon_sysfs(tz); in devm_thermal_add_hwmon_sysfs()
Drzg2l_thermal.c216 ret = thermal_add_hwmon_sysfs(priv->zone); in rzg2l_thermal_probe()
Drcar_gen3_thermal.c520 ret = thermal_add_hwmon_sysfs(tsc->zone); in rcar_gen3_thermal_probe()
Drcar_thermal.c566 ret = thermal_add_hwmon_sysfs(priv->zone); in rcar_thermal_probe()
Drockchip_thermal.c1460 error = thermal_add_hwmon_sysfs(thermal->sensors[i].tzd); in rockchip_thermal_probe()
Dthermal_core.c1293 result = thermal_add_hwmon_sysfs(tz); in thermal_zone_device_register()
/linux-5.19.10/drivers/thermal/broadcom/
Dbcm2711_thermal.c102 return thermal_add_hwmon_sysfs(thermal); in bcm2711_thermal_probe()
Dbcm2835_thermal.c272 err = thermal_add_hwmon_sysfs(tz); in bcm2835_thermal_probe()
/linux-5.19.10/drivers/thermal/st/
Dstm_thermal.c565 ret = thermal_add_hwmon_sysfs(sensor->th_dev); in stm_thermal_probe()