Lines Matching +full:full +full:- +full:custom
1 .. SPDX-License-Identifier: GPL-2.0
4 Linux ACPI Custom Control Method How To
25 - Only ACPI METHOD can be overridden, any other object types like
29 - The same ACPI control method can be overridden for many times,
32 - To get the ACPI debug object output (Store (AAAA, Debug)),
42 b) disassemble the table by running "iasl -d dsdt.dat".
56 Note that the full pathname of the method in ACPI namespace
59 e.g. "iasl -vw 6084 psr.asl" (psr.aml is generated as a result)
60 If parameter "-vw 6084" is not supported by your iASL compiler,
62 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug"
81 .. note:: We can use a kernel with multiple custom ACPI method running,
86 .. note:: Be aware that root can mis-use this driver to modify arbitrary