no_hwmon          272 drivers/thermal/broadcom/bcm2835_thermal.c 	tz->tzp->no_hwmon = false;
no_hwmon          278 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	.no_hwmon = true,
no_hwmon          209 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.no_hwmon = true,
no_hwmon           58 drivers/thermal/intel/x86_pkg_temp_thermal.c 	.no_hwmon	= true,
no_hwmon         1050 drivers/thermal/of-thermal.c 		tzp->no_hwmon = true;
no_hwmon          441 drivers/thermal/rcar_gen3_thermal.c 		tsc->zone->tzp->no_hwmon = false;
no_hwmon          596 drivers/thermal/rcar_thermal.c 			priv->zone->tzp->no_hwmon = false;
no_hwmon          716 drivers/thermal/st/stm_thermal.c 	sensor->th_dev->tzp->no_hwmon = false;
no_hwmon         1335 drivers/thermal/thermal_core.c 	if (!tz->tzp || !tz->tzp->no_hwmon) {
no_hwmon          288 include/linux/thermal.h 	bool no_hwmon;