Home
last modified time | relevance | path

Searched refs:no_hwmon (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c218 .no_hwmon = true,
Dint3400_thermal.c271 .no_hwmon = true,
/Linux-v4.19/include/linux/
Dthermal.h288 bool no_hwmon; member
/Linux-v4.19/drivers/thermal/
Dx86_pkg_temp_thermal.c70 .no_hwmon = true,
Drcar_thermal.c574 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
Dof-thermal.c983 tzp->no_hwmon = true; in of_parse_thermal_zones()
Dthermal_core.c1263 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt247 .no_hwmon: a boolean to indicate if the thermal to hwmon sysfs interface
248 is required. when no_hwmon == false, a hwmon sysfs interface
249 will be created. when no_hwmon == true, nothing will be done.