ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <aclocal.h>
Public Attributes | |
ACPI_NAMESPACE_NODE * | MethodNode |
ACPI_GPE_HANDLER_INFO * | Handler |
ACPI_GPE_NOTIFY_INFO * | NotifyList |
ACPI_GPE_HANDLER_INFO* acpi_gpe_dispatch_info::Handler |
Definition at line 543 of file aclocal.h.
Referenced by AcpiEvDeleteGpeHandlers(), AcpiEvDetectGpe(), AcpiEvGpeDispatch(), AcpiEvInstallGpeHandler(), and AcpiRemoveGpeHandler().
ACPI_NAMESPACE_NODE* acpi_gpe_dispatch_info::MethodNode |
Definition at line 542 of file aclocal.h.
Referenced by AcpiEvAsynchExecuteGpeMethod(), AcpiEvInstallGpeHandler(), AcpiEvMatchGpeMethod(), and AcpiRemoveGpeHandler().
ACPI_GPE_NOTIFY_INFO* acpi_gpe_dispatch_info::NotifyList |
Definition at line 544 of file aclocal.h.
Referenced by AcpiEvAsynchExecuteGpeMethod(), AcpiEvDeleteGpeHandlers(), and AcpiSetupGpeForWake().