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

/freebsd-current/sys/dev/acpica/
H A Dacpi_button.c54 enum { ACPI_POWER_BUTTON, ACPI_SLEEP_BUTTON } button_type; member in struct:acpi_button_softc
115 sc->button_type = ACPI_POWER_BUTTON;
118 sc->button_type = ACPI_POWER_BUTTON;
122 sc->button_type = ACPI_SLEEP_BUTTON;
125 sc->button_type = ACPI_SLEEP_BUTTON;
145 event = (sc->button_type == ACPI_SLEEP_BUTTON) ?
156 (sc->button_type == ACPI_SLEEP_BUTTON) ? KEY_SLEEP : KEY_POWER);
219 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
221 switch (sc->button_type) {
248 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
[all...]

Completed in 124 milliseconds