Home
last modified time | relevance | path

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

/acpica-latest/source/components/events/
Devxfgpe.c517 GpeEventInfo->Flags |= ACPI_GPE_CAN_WAKE; in ACPI_EXPORT_SYMBOL()
672 GpeEventInfo->Flags |= ACPI_GPE_CAN_WAKE; in ACPI_EXPORT_SYMBOL()
735 if (!(GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE)) in ACPI_EXPORT_SYMBOL()
Devgpeblk.c639 (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE)) in AcpiEvInitializeGpeBlock()
/acpica-latest/source/components/debugger/
Ddbdisply.c1074 if (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE) in AcpiDbDisplayGpes()
/acpica-latest/source/include/
Dactypes.h938 #define ACPI_GPE_CAN_WAKE (UINT8) 0x10 macro