Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/broadcom/
H A Dbcm2711_thermal.c101 thermal->tzp->no_hwmon = false; in bcm2711_thermal_probe()
H A Dbcm2835_thermal.c272 tz->tzp->no_hwmon = false; in bcm2835_thermal_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h260 bool no_hwmon; member
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c210 .no_hwmon = true,
H A Dint3400_thermal.c445 .no_hwmon = true,
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c58 .no_hwmon = true,
/OK3568_Linux_fs/kernel/drivers/thermal/st/
H A Dstm_thermal.c564 sensor->th_dev->tzp->no_hwmon = false; in stm_thermal_probe()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drcar_gen3_thermal.c448 tsc->zone->tzp->no_hwmon = false; in rcar_gen3_thermal_probe()
H A Drcar_thermal.c578 priv->zone->tzp->no_hwmon = false; in rcar_thermal_probe()
H A Dthermal_of.c1082 tzp->no_hwmon = true; in of_parse_thermal_zones()
H A Dthermal_core.c1478 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()
H A Drockchip_thermal.c2508 thermal->sensors[i].tzd->tzp->no_hwmon = false; in rockchip_thermal_probe()
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A 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.