Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/broadcom/
Dbcm2711_thermal.c104 thermal->tzp->no_hwmon = false; in bcm2711_thermal_probe()
Dbcm2835_thermal.c272 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
/Linux-v5.10/include/linux/
Dthermal.h248 bool no_hwmon; member
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c210 .no_hwmon = true,
Dint3400_thermal.c441 .no_hwmon = true,
/Linux-v5.10/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c58 .no_hwmon = true,
/Linux-v5.10/drivers/thermal/st/
Dstm_thermal.c564 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
/Linux-v5.10/drivers/thermal/
Drcar_gen3_thermal.c449 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
Drcar_thermal.c578 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
Dthermal_of.c1073 tzp->no_hwmon = true; in of_parse_thermal_zones()
Drockchip_thermal.c1338 thermal->sensors[i].tzd->tzp->no_hwmon = false; in rockchip_thermal_probe()
Dthermal_core.c1474 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
/Linux-v5.10/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.