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

/freebsd-current/sys/dev/acpica/
H A Dacpi_button.c53 ACPI_HANDLE button_handle; member in struct:acpi_button_softc
144 sc->button_handle = acpi_get_handle(dev);
177 status = AcpiInstallNotifyHandler(sc->button_handle,
188 if (acpi_parse_prw(sc->button_handle, &prw) == 0)
219 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
248 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
306 acpi_button_notify_handler(sc->button_handle,

Completed in 87 milliseconds