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

Public Attributes | |
| ACPI_GENERIC_ADDRESS | StatusAddress |
| ACPI_GENERIC_ADDRESS | EnableAddress |
| UINT16 | BaseGpeNumber |
| UINT8 | EnableForWake |
| UINT8 | EnableForRun |
| UINT8 | MaskForRun |
| UINT8 | EnableMask |
| UINT16 acpi_gpe_register_info::BaseGpeNumber |
Definition at line 569 of file aclocal.h.
Referenced by AcpiEvCreateGpeInfoBlocks(), and AcpiEvGpeDetect().
| ACPI_GENERIC_ADDRESS acpi_gpe_register_info::EnableAddress |
Definition at line 568 of file aclocal.h.
Referenced by AcpiEvCreateGpeInfoBlocks(), AcpiEvDetectGpe(), AcpiHwGetGpeBlockStatus(), AcpiHwGetGpeStatus(), AcpiHwGpeEnableWrite(), and AcpiHwLowSetGpe().
| UINT8 acpi_gpe_register_info::EnableForRun |
Definition at line 571 of file aclocal.h.
Referenced by AcpiEvDetectGpe(), AcpiEvGpeDetect(), AcpiEvUpdateGpeEnableMask(), AcpiHwEnableRuntimeGpeBlock(), and AcpiHwGetGpeStatus().
| UINT8 acpi_gpe_register_info::EnableForWake |
Definition at line 570 of file aclocal.h.
Referenced by AcpiEvDetectGpe(), AcpiEvGpeDetect(), AcpiHwEnableWakeupGpeBlock(), AcpiHwGetGpeStatus(), and AcpiSetGpeWakeMask().
| UINT8 acpi_gpe_register_info::EnableMask |
Definition at line 573 of file aclocal.h.
Referenced by AcpiEvUpdateGpeEnableMask(), AcpiHwGpeEnableWrite(), and AcpiHwLowSetGpe().
| UINT8 acpi_gpe_register_info::MaskForRun |
Definition at line 572 of file aclocal.h.
Referenced by AcpiEvMaskGpe(), AcpiHwGetGpeStatus(), and AcpiHwLowSetGpe().
| ACPI_GENERIC_ADDRESS acpi_gpe_register_info::StatusAddress |
Definition at line 567 of file aclocal.h.
Referenced by AcpiEvCreateGpeInfoBlocks(), AcpiEvDetectGpe(), AcpiHwClearGpe(), AcpiHwClearGpeBlock(), AcpiHwGetGpeBlockStatus(), and AcpiHwGetGpeStatus().