1 What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information
4 Contact: Armin Wolf <W_Armin@gmx.de>
6 This file contains the contents of the fan sensor information
7 buffer, which contains fan sensor entries and a terminating
10 Each fan sensor entry contains:
12 - fan type (single byte)
13 - fan speed in RPM (two bytes, little endian)
15 See Documentation/wmi/devices/dell-wmi-ddv.rst for details.
17 What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information
20 Contact: Armin Wolf <W_Armin@gmx.de>
22 This file contains the contents of the thermal sensor information
23 buffer, which contains thermal sensor entries and a terminating
26 Each thermal sensor entry contains:
28 - thermal type (single byte)
29 - current temperature (single byte)
30 - min. temperature (single byte)
31 - max. temperature (single byte)
32 - unknown field (single byte)
34 See Documentation/wmi/devices/dell-wmi-ddv.rst for details.