drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git] / Documentation / ABI / testing / debugfs-dell-wmi-ddv
blob81cfc788be15e94ab403164217c79164d04ffa7c
1 What:           /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information
2 Date:           September 2022
3 KernelVersion:  6.1
4 Contact:        Armin Wolf <W_Armin@gmx.de>
5 Description:
6                 This file contains the contents of the fan sensor information
7                 buffer, which contains fan sensor entries and a terminating
8                 character (0xFF).
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
18 Date:           September 2022
19 KernelVersion:  6.1
20 Contact:        Armin Wolf <W_Armin@gmx.de>
21 Description:
22                 This file contains the contents of the thermal sensor information
23                 buffer, which contains thermal sensor entries and a terminating
24                 character (0xFF).
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.