Searched refs:no_hwmon (Results 1 – 13 of 13) sorted by relevance
104 thermal->tzp->no_hwmon = false; in bcm2711_thermal_probe()
272 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
248 bool no_hwmon; member
210 .no_hwmon = true,
441 .no_hwmon = true,
58 .no_hwmon = true,
564 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
449 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
578 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
1073 tzp->no_hwmon = true; in of_parse_thermal_zones()
1338 thermal->sensors[i].tzd->tzp->no_hwmon = false; in rockchip_thermal_probe()
1474 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
354 .no_hwmon:356 is required. when no_hwmon == false, a hwmon sysfs interface357 will be created. when no_hwmon == true, nothing will be done.