Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/broadcom/
Dbcm2711_thermal.c104 thermal->tzp->no_hwmon = false; in bcm2711_thermal_probe()
Dbcm2835_thermal.c271 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
/Linux-v5.15/include/linux/
Dthermal.h243 bool no_hwmon; member
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c216 .no_hwmon = true,
Dprocessor_thermal_device_pci.c212 .no_hwmon = true,
Dint3400_thermal.c444 .no_hwmon = true,
/Linux-v5.15/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c60 .no_hwmon = true,
/Linux-v5.15/drivers/thermal/
Drcar_gen3_thermal.c458 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
Drcar_thermal.c558 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
Dthermal_of.c1079 tzp->no_hwmon = true; in of_parse_thermal_zones()
Drockchip_thermal.c1459 thermal->sensors[i].tzd->tzp->no_hwmon = false; in rockchip_thermal_probe()
Dthermal_core.c1279 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
/Linux-v5.15/drivers/thermal/st/
Dstm_thermal.c564 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
/Linux-v5.15/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.