Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c471 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
475 AcpiGbl_FixedEventInfo[ACPI_EVENT_SLEEP_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
/freebsd/sys/dev/acpica/
H A Dacpi_button.c146 ACPI_EVENT_SLEEP_BUTTON : ACPI_EVENT_POWER_BUTTON; in acpi_button_attach()
H A Dacpi.c2520 AcpiClearEvent(ACPI_EVENT_SLEEP_BUTTON); in acpi_enable_fixed_events()
2521 AcpiInstallFixedEventHandler(ACPI_EVENT_SLEEP_BUTTON, in acpi_enable_fixed_events()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h874 #define ACPI_EVENT_SLEEP_BUTTON 3 macro