Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/broadcom/
Dbcm2835_thermal.c272 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c209 .no_hwmon = true,
Dint3400_thermal.c278 .no_hwmon = true,
/Linux-v5.4/include/linux/
Dthermal.h288 bool no_hwmon; member
/Linux-v5.4/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c58 .no_hwmon = true,
/Linux-v5.4/drivers/thermal/
Drcar_gen3_thermal.c441 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
Drcar_thermal.c596 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
Dof-thermal.c1050 tzp->no_hwmon = true; in of_parse_thermal_zones()
Dthermal_core.c1335 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c716 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
/Linux-v5.4/Documentation/driver-api/thermal/
Dsysfs-api.rst354 .no_hwmon:
356 is required. when no_hwmon == false, a hwmon sysfs interface
357 will be created. when no_hwmon == true, nothing will be done.