Lines Matching full:gpe
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
629 ACPI_NAMESPACE_NODE *MethodNode; /* Method node for this GPE level (saved) */
630 UINT8 OriginalFlags; /* Original (pre-handler) GPE info */
631 BOOLEAN OriginallyEnabled; /* True if GPE was originally enabled */
645 * GPE dispatch info. At any time, the GPE can have at most one type
650 ACPI_NAMESPACE_NODE *MethodNode; /* Method node for this GPE level */
651 ACPI_GPE_HANDLER_INFO *Handler; /* Installed GPE handler */
657 * Information about a GPE, one per each GPE in an array.
664 UINT8 Flags; /* Misc info about this GPE */
665 UINT8 GpeNumber; /* This GPE */
666 UINT8 RuntimeCount; /* References to a run GPE */
671 /* Information about a GPE register pair, one per each status/enable pair in an array */
677 UINT16 BaseGpeNumber; /* Base GPE number for this register */
686 * Information about a GPE register block, one per each installed block --
687 * GPE0, GPE1, and one per each installed GPE Block Device.
695 ACPI_GPE_REGISTER_INFO *RegisterInfo; /* One per GPE register pair */
696 ACPI_GPE_EVENT_INFO *EventInfo; /* One for each GPE */
700 UINT16 BlockBaseNumber;/* Base GPE number for this block */
706 /* Information about GPE interrupt handlers, one per each interrupt level used for GPEs */
712 ACPI_GPE_BLOCK_INFO *GpeBlockListHead; /* List of GPE blocks for this xrupt */