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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_button.c55 ACPI_HANDLE button_handle; member in struct:acpi_button_softc
150 sc->button_handle = acpi_get_handle(dev);
183 status = AcpiInstallNotifyHandler(sc->button_handle,
194 if (acpi_parse_prw(sc->button_handle, &prw) == 0)
225 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
254 acpi_UserNotify("Button", sc->button_handle, sc->button_type);
312 acpi_button_notify_handler(sc->button_handle,

Completed in 63 milliseconds