ReactOS 0.4.16-dev-136-g52192f1
|
#include <aclocal.h>
Public Attributes | |
union acpi_gpe_dispatch_info | Dispatch |
struct acpi_gpe_register_info * | RegisterInfo |
UINT8 | Flags |
UINT8 | GpeNumber |
UINT8 | RuntimeCount |
BOOLEAN | DisableForDispatch |
BOOLEAN acpi_gpe_event_info::DisableForDispatch |
Definition at line 559 of file aclocal.h.
Referenced by AcpiEvFinishGpe(), AcpiEvGpeDispatch(), AcpiEvMaskGpe(), and AcpiSetGpe().
union acpi_gpe_dispatch_info acpi_gpe_event_info::Dispatch |
Definition at line 554 of file aclocal.h.
Referenced by AcpiEvAsynchExecuteGpeMethod(), AcpiEvDeleteGpeHandlers(), AcpiEvDetectGpe(), AcpiEvGpeDispatch(), AcpiEvInstallGpeHandler(), AcpiEvMatchGpeMethod(), AcpiRemoveGpeHandler(), and AcpiSetupGpeForWake().
UINT8 acpi_gpe_event_info::Flags |
Definition at line 556 of file aclocal.h.
Referenced by AcpiEnableGpe(), AcpiEvAsynchExecuteGpeMethod(), AcpiEvDeleteGpeHandlers(), AcpiEvDetectGpe(), AcpiEvFinishGpe(), AcpiEvGpeDispatch(), AcpiEvInitializeGpeBlock(), AcpiEvInstallGpeHandler(), AcpiEvMatchGpeMethod(), AcpiHwGetGpeStatus(), AcpiMarkGpeForWake(), AcpiRemoveGpeHandler(), AcpiSetGpeWakeMask(), and AcpiSetupGpeForWake().
UINT8 acpi_gpe_event_info::GpeNumber |
Definition at line 557 of file aclocal.h.
Referenced by AcpiEvCreateGpeInfoBlocks(), and AcpiHwGetGpeRegisterBit().
struct acpi_gpe_register_info* acpi_gpe_event_info::RegisterInfo |
Definition at line 555 of file aclocal.h.
Referenced by AcpiEvCreateGpeInfoBlocks(), AcpiEvDetectGpe(), AcpiEvMaskGpe(), AcpiEvUpdateGpeEnableMask(), AcpiHwClearGpe(), AcpiHwGetGpeRegisterBit(), AcpiHwGetGpeStatus(), AcpiHwLowSetGpe(), and AcpiSetGpeWakeMask().
UINT8 acpi_gpe_event_info::RuntimeCount |
Definition at line 558 of file aclocal.h.
Referenced by AcpiEvAddGpeReference(), AcpiEvInstallGpeHandler(), AcpiEvMaskGpe(), AcpiEvRemoveGpeReference(), and AcpiEvUpdateGpeEnableMask().