Searched refs:ACPI_GPE_CAN_WAKE (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devxfgpe.c305 * sets the ACPI_GPE_CAN_WAKE flag.
311 * This will set the ACPI_GPE_CAN_WAKE flag for the GPE without trying to
338 GpeEventInfo->Flags |= ACPI_GPE_CAN_WAKE;
483 GpeEventInfo->Flags |= ACPI_GPE_CAN_WAKE;
546 if (!(GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE))
H A Devgpeblk.c504 * ACPI_GPE_CAN_WAKE flag unset. Any other GPEs within this block
525 (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE))
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbdisply.c942 if (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE)
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h797 #define ACPI_GPE_CAN_WAKE (UINT8) 0x10 macro

Completed in 23 milliseconds