ReactOS 0.4.16-dev-732-g2d1144a
|
#include <acobject.h>
Public Attributes | |
ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO UINT16 | ResourceLength |
union acpi_operand_object * | RegionObj |
UINT8 * | ResourceBuffer |
UINT16 | PinNumberIndex |
UINT8 * | InternalPccBuffer |
Definition at line 341 of file acobject.h.
UINT8* acpi_object_region_field::InternalPccBuffer |
Definition at line 349 of file acobject.h.
Referenced by AcpiDsCreateField(), AcpiEvAddressSpaceDispatch(), AcpiExReadDataFromField(), and AcpiExWriteDataToField().
UINT16 acpi_object_region_field::PinNumberIndex |
Definition at line 348 of file acobject.h.
Referenced by AcpiEvAddressSpaceDispatch(), AcpiExPrepFieldValue(), and AcpiExWriteGpio().
union acpi_operand_object* acpi_object_region_field::RegionObj |
Definition at line 346 of file acobject.h.
Referenced by AcpiExPrepFieldValue(), AcpiExReadDataFromField(), AcpiExReadSerialBus(), AcpiExWriteDataToField(), and AcpiExWriteSerialBus().
UINT8* acpi_object_region_field::ResourceBuffer |
Definition at line 347 of file acobject.h.
Referenced by AcpiEvAddressSpaceDispatch(), and AcpiExPrepFieldValue().
ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO UINT16 acpi_object_region_field::ResourceLength |
Definition at line 345 of file acobject.h.
Referenced by AcpiEvAddressSpaceDispatch(), and AcpiExPrepFieldValue().