Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/hardware/
Dhwsleep.c461 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, in AcpiHwLegacyWake()
465 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId, in AcpiHwLegacyWake()
/netbsd/src/sys/dev/acpi/
Dacpi.c548 acpi_register_fixed_button(sc, ACPI_EVENT_POWER_BUTTON); in acpi_attach()
614 acpi_deregister_fixed_button(sc, ACPI_EVENT_POWER_BUTTON); in acpi_detach()
1387 case ACPI_EVENT_POWER_BUTTON: in acpi_register_fixed_button()
1446 case ACPI_EVENT_POWER_BUTTON: in acpi_deregister_fixed_button()
1635 AcpiClearEvent(ACPI_EVENT_POWER_BUTTON); in acpi_enter_sleep_state()
/netbsd/src/sys/arch/x86/acpi/
Dacpi_wakeup.c385 (void)AcpiClearEvent(ACPI_EVENT_POWER_BUTTON); in acpi_md_sleep()
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dactypes.h878 #define ACPI_EVENT_POWER_BUTTON 2 macro