Searched refs:ACPI_SLEEP_BUTTON (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_button.c58 #define ACPI_SLEEP_BUTTON 1 macro
128 sc->button_type = ACPI_SLEEP_BUTTON;
131 sc->button_type = ACPI_SLEEP_BUTTON;
151 event = (sc->button_type == ACPI_SLEEP_BUTTON) ?
162 (sc->button_type == ACPI_SLEEP_BUTTON) ? KEY_SLEEP : KEY_POWER);
232 case ACPI_SLEEP_BUTTON:
261 case ACPI_SLEEP_BUTTON:
294 key = (sc->button_type == ACPI_SLEEP_BUTTON) ? KEY_SLEEP : KEY_POWER;

Completed in 44 milliseconds