ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <acobject.h>
Public Attributes | |
ACPI_OBJECT_COMMON_HEADER UINT8 | SpaceId |
ACPI_NAMESPACE_NODE * | Node |
union acpi_operand_object * | Handler |
union acpi_operand_object * | Next |
ACPI_PHYSICAL_ADDRESS | Address |
UINT32 | Length |
void * | Pointer |
Definition at line 199 of file acobject.h.
ACPI_PHYSICAL_ADDRESS acpi_object_region::Address |
Definition at line 206 of file acobject.h.
Referenced by AcpiDsEvalRegionOperands(), AcpiDsEvalTableRegionOperands(), AcpiDsGetRegionArguments(), AcpiEvAddressSpaceDispatch(), AcpiEvSystemMemoryRegionSetup(), AcpiExAccessRegion(), and AcpiExCreateRegion().
union acpi_operand_object* acpi_object_region::Handler |
Definition at line 204 of file acobject.h.
Referenced by AcpiEvAddressSpaceDispatch(), AcpiEvAttachRegion(), AcpiEvDetachRegion(), AcpiEvExecuteRegMethod(), AcpiEvPciConfigRegionSetup(), AcpiExCreateRegion(), AcpiUtCopySimpleObject(), and AcpiUtDeleteInternalObj().
UINT32 acpi_object_region::Length |
Definition at line 207 of file acobject.h.
Referenced by AcpiDsEvalRegionOperands(), AcpiDsEvalTableRegionOperands(), AcpiDsGetRegionArguments(), AcpiEvAddressSpaceDispatch(), AcpiEvSystemMemoryRegionSetup(), AcpiExCreateRegion(), and AcpiExSetupRegion().
union acpi_operand_object* acpi_object_region::Next |
Definition at line 205 of file acobject.h.
Referenced by AcpiEvAttachRegion(), AcpiEvDetachRegion(), and AcpiUtDeleteInternalObj().
ACPI_NAMESPACE_NODE* acpi_object_region::Node |
Definition at line 203 of file acobject.h.
Referenced by AcpiDsGetRegionArguments(), AcpiEvAddressSpaceDispatch(), AcpiEvAttachRegion(), AcpiEvExecuteRegMethod(), AcpiEvInitializeRegion(), AcpiEvPciConfigRegionSetup(), AcpiExCreateRegion(), and AcpiExSetupRegion().
void* acpi_object_region::Pointer |
Definition at line 208 of file acobject.h.
Referenced by AcpiDsEvalTableRegionOperands(), AcpiEvDataTableRegionSetup(), and AcpiExCreateRegion().
ACPI_OBJECT_COMMON_HEADER UINT8 acpi_object_region::SpaceId |
Definition at line 202 of file acobject.h.
Referenced by AcpiDsEvalRegionOperands(), AcpiDsGetRegionArguments(), AcpiEvAddressSpaceDispatch(), AcpiEvAttachRegion(), AcpiEvDetachRegion(), AcpiEvExecuteOrphanRegMethod(), AcpiEvExecuteRegMethod(), AcpiEvInitializeRegion(), AcpiEvInstallHandler(), AcpiEvRegRun(), AcpiExAccessRegion(), AcpiExCreateRegion(), AcpiExLoadOp(), AcpiExPrepFieldValue(), AcpiExReadDataFromField(), AcpiExReadSerialBus(), AcpiExSetupRegion(), AcpiExWriteDataToField(), AcpiExWriteSerialBus(), and AcpiNsDetachObject().