Home
last modified time | relevance | path

Searched refs:acpi_deregister_fixed_button (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi.c210 static void acpi_deregister_fixed_button(struct acpi_softc *, int);
577 acpi_deregister_fixed_button(sc, ACPI_EVENT_POWER_BUTTON); in acpi_detach()
578 acpi_deregister_fixed_button(sc, ACPI_EVENT_SLEEP_BUTTON); in acpi_detach()
1210 acpi_deregister_fixed_button(struct acpi_softc *sc, int event) in acpi_deregister_fixed_button() function