xref: /linux/Documentation/ABI/testing/debugfs-msi-wmi-platform (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1What:		/sys/kernel/debug/msi-wmi-platform-<wmi_device_name>/*
2Date:		April 2024
3KernelVersion:	6.10
4Contact:	Armin Wolf <W_Armin@gmx.de>
5Description:
6		This file allows to execute the associated WMI method with the same name.
7
8		To start the execution, write a  buffer containing the method arguments
9		at file offset 0. Partial writes or writes at a different offset are not
10		supported.
11
12		The buffer returned by the WMI method can then be read from the file.
13
14		See Documentation/wmi/devices/msi-wmi-platform.rst for details.
15