Searched refs:no_hwmon (Results 1 – 8 of 8) sorted by relevance
218 .no_hwmon = true,
271 .no_hwmon = true,
288 bool no_hwmon; member
70 .no_hwmon = true,
574 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
983 tzp->no_hwmon = true; in of_parse_thermal_zones()
1263 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
247 .no_hwmon: a boolean to indicate if the thermal to hwmon sysfs interface248 is required. when no_hwmon == false, a hwmon sysfs interface249 will be created. when no_hwmon == true, nothing will be done.