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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_button.c56 boolean_t button_type; member in struct:acpi_button_softc
121 sc->button_type = ACPI_POWER_BUTTON;
124 sc->button_type = ACPI_POWER_BUTTON;
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);
225 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
227 switch (sc->button_type) {
254 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
[all...]

Completed in 126 milliseconds