Home
last modified time | relevance | path

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

/Linux-v4.19/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.c126 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() function
208 EXPORT_SYMBOL_GPL(thermal_add_hwmon_sysfs);
Drcar_thermal.c575 ret = thermal_add_hwmon_sysfs(priv->zone); in rcar_thermal_probe()
Dthermal_core.c1264 result = thermal_add_hwmon_sysfs(tz); in thermal_zone_device_register()