Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
Dhwsleep.c460 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
464 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
/freebsd-12-stable/sys/dev/acpica/
Dacpi_button.c149 ACPI_EVENT_SLEEP_BUTTON : ACPI_EVENT_POWER_BUTTON; in acpi_button_attach()
Dacpi.c2225 AcpiClearEvent(ACPI_EVENT_POWER_BUTTON); in acpi_enable_fixed_events()
2226 AcpiInstallFixedEventHandler(ACPI_EVENT_POWER_BUTTON, in acpi_enable_fixed_events()
3143 if (ACPI_SUCCESS(AcpiGetEventStatus(ACPI_EVENT_POWER_BUTTON, in acpi_EnterSleepState()
3145 AcpiClearEvent(ACPI_EVENT_POWER_BUTTON); in acpi_EnterSleepState()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactypes.h870 #define ACPI_EVENT_POWER_BUTTON 2 macro