|
|
微软官方文档。
# b" y* l6 a2 r8 [ Kernel-mode device drivers are able to evaluate ACPI control methods via I/O control codes (IOCTLs). Typically, a driver evaluates ACPI control methods to initiate or configure platform-specific functionality.- X; n" A9 |8 ] O
An ACPI control method is a definition of how to interrogate or adjust system hardware. Control methods are written in the ACPI Machine Language (AML) and are interpreted by the ACPI driver in Microsoft® Windows®. These objects are loaded from the system definition in firmware into the ACPI namespace.% u( z5 j3 t- W& \) {8 {; ]1 A
Drivers can evaluate ACPI control methods within the namespace of the device object on which they are loaded. This also includes control methods in the namespace of child objects. A driver must meet the following requirements when evaluating ACPI control methods: Z0 D( o# ?# I8 h; P$ D, h
• Only WDF or WDM drivers are supported.
8 m9 w. D6 s: l" G- b4 _2 h1 }& ]• Drivers may evaluate control methods only within the namespace of the device object on which they are loaded. This includes the namespace of child device objects. |
|