Home
last modified time | relevance | path

Searched refs:ACPI_EVENT_STATUS (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dactypes.h893 typedef UINT32 ACPI_EVENT_STATUS; typedef
895 #define ACPI_EVENT_FLAG_DISABLED (ACPI_EVENT_STATUS) 0x00
896 #define ACPI_EVENT_FLAG_ENABLED (ACPI_EVENT_STATUS) 0x01
897 #define ACPI_EVENT_FLAG_WAKE_ENABLED (ACPI_EVENT_STATUS) 0x02
898 #define ACPI_EVENT_FLAG_STATUS_SET (ACPI_EVENT_STATUS) 0x04
899 #define ACPI_EVENT_FLAG_ENABLE_SET (ACPI_EVENT_STATUS) 0x08
900 #define ACPI_EVENT_FLAG_HAS_HANDLER (ACPI_EVENT_STATUS) 0x10
901 #define ACPI_EVENT_FLAG_MASKED (ACPI_EVENT_STATUS) 0x20
H A Dachware.h304 ACPI_EVENT_STATUS *EventStatus);
H A Dacpixf.h1019 ACPI_EVENT_STATUS *EventStatus))
1093 ACPI_EVENT_STATUS *EventStatus))
/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devxfevnt.c495 ACPI_EVENT_STATUS *EventStatus) in ACPI_EXPORT_SYMBOL()
498 ACPI_EVENT_STATUS LocalEventStatus = 0; in ACPI_EXPORT_SYMBOL()
H A Devxfgpe.c845 ACPI_EVENT_STATUS *EventStatus) in ACPI_EXPORT_SYMBOL()
/dragonfly/sys/contrib/dev/acpica/source/components/hardware/
H A Dhwgpe.c343 ACPI_EVENT_STATUS *EventStatus) in AcpiHwGetGpeStatus()
348 ACPI_EVENT_STATUS LocalEventStatus = 0; in AcpiHwGetGpeStatus()