• Home
  • Raw
  • Download

Lines Matching +full:enable +full:- +full:method

1 .. SPDX-License-Identifier: GPL-2.0-or-later
13 -------------------
22 -----------
32 0x10 2 2 character method ID or single byte notification ID.
37 The WMI object flags control whether the method or notification ID is used:
39 - 0x1: Data block usage is expensive and must be explicitly enabled/disabled.
40 - 0x2: Data block contains WMI methods.
41 - 0x4: Data block contains ASCIZ string.
42 - 0x8: Data block describes a WMI event, use notification ID instead
43 of method ID.
46 The method/notification ID is used to construct the ACPI method names used for
50 -----------------
53 by this required ACPI method. The last two characters of the ACPI method name
54 are the method ID of the data block to query. Their single parameter is an
59 -----------------
66 -----------------
69 characters of the ACPI method name are the method ID of the data block
72 describing the WMI method ID to execute, and the third parameter is a buffer
73 containing the WMI method parameters. If the data block is marked as containing
75 method will return the result of the executed WMI method.
78 -----------------
81 the ACPI method are the notification ID of the data block describing the WMI
83 of 0 if the WMI event should be disabled, other values will enable
87 -----------------
89 instead of events and thus the last two characters of the ACPI method name are
90 the method ID of the data block to enable/disable.
92 _WED ACPI method
93 ----------------
96 holding the notification ID of the event. This method should be evaluated every