|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <acobject.h>

Public Attributes | |
| ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODE * | Method_REG |
| ACPI_NAMESPACE_NODE * | ScopeNode |
| void * | RegionContext |
| UINT8 * | AmlStart |
| UINT32 | AmlLength |
Definition at line 478 of file acobject.h.
| UINT32 acpi_object_extra::AmlLength |
Definition at line 485 of file acobject.h.
Referenced by AcpiDsCreateBufferField(), AcpiDsGetBankFieldArguments(), AcpiDsGetBufferFieldArguments(), AcpiDsGetRegionArguments(), AcpiExCreateRegion(), and AcpiExPrepFieldValue().
| UINT8* acpi_object_extra::AmlStart |
Definition at line 484 of file acobject.h.
Referenced by AcpiDsCreateBufferField(), AcpiDsGetBankFieldArguments(), AcpiDsGetBufferFieldArguments(), AcpiDsGetRegionArguments(), AcpiExCreateRegion(), and AcpiExPrepFieldValue().
| ACPI_OBJECT_COMMON_HEADER ACPI_NAMESPACE_NODE* acpi_object_extra::Method_REG |
Definition at line 481 of file acobject.h.
Referenced by AcpiEvExecuteRegMethod(), and AcpiExCreateRegion().
| void* acpi_object_extra::RegionContext |
Definition at line 483 of file acobject.h.
Referenced by AcpiEvAddressSpaceDispatch(), AcpiEvDetachRegion(), and AcpiUtDeleteInternalObj().
| ACPI_NAMESPACE_NODE* acpi_object_extra::ScopeNode |
Definition at line 482 of file acobject.h.
Referenced by AcpiDsGetRegionArguments(), and AcpiExCreateRegion().