Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_button.c51 struct acpi_button_softc { struct
93 sizeof(struct acpi_button_softc),
102 struct acpi_button_softc *sc; in acpi_button_probe()
136 struct acpi_button_softc *sc; in acpi_button_attach()
209 struct acpi_button_softc *sc; in acpi_button_notify_sleep()
214 sc = (struct acpi_button_softc *)arg; in acpi_button_notify_sleep()
238 struct acpi_button_softc *sc; in acpi_button_notify_wakeup()
243 sc = (struct acpi_button_softc *)arg; in acpi_button_notify_wakeup()
267 struct acpi_button_softc *sc; in acpi_button_notify_handler()
274 sc = (struct acpi_button_softc *)context; in acpi_button_notify_handler()
[all …]