Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c182 .no_hwmon = true,
Dint3400_thermal.c240 .no_hwmon = true,
/linux-4.4.14/include/linux/
Dthermal.h279 bool no_hwmon; member
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt160 .no_hwmon: a boolean to indicate if the thermal to hwmon sysfs interface
161 is required. when no_hwmon == false, a hwmon sysfs interface
162 will be created. when no_hwmon == true, nothing will be done.
/linux-4.4.14/drivers/thermal/
Dx86_pkg_temp_thermal.c72 .no_hwmon = true,
Dof-thermal.c913 tzp->no_hwmon = true; in of_parse_thermal_zones()
Dthermal_core.c1929 if (!tz->tzp || !tz->tzp->no_hwmon) { in thermal_zone_device_register()