Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_hwmon.h19 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz);
23 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() function
Dthermal_hwmon.c130 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() function
212 EXPORT_SYMBOL_GPL(thermal_add_hwmon_sysfs);
Drcar_gen3_thermal.c442 ret = thermal_add_hwmon_sysfs(tsc->zone); in rcar_gen3_thermal_probe()
Drcar_thermal.c597 ret = thermal_add_hwmon_sysfs(priv->zone); in rcar_thermal_probe()
Dthermal_core.c1336 result = thermal_add_hwmon_sysfs(tz); in thermal_zone_device_register()
/Linux-v5.4/drivers/thermal/broadcom/
Dbcm2835_thermal.c273 err = thermal_add_hwmon_sysfs(tz); in bcm2835_thermal_probe()
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c717 ret = thermal_add_hwmon_sysfs(sensor->th_dev); in stm_thermal_probe()