Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/acpica/
H A Dacpi_button.c47 struct acpi_button_softc { struct
88 sizeof(struct acpi_button_softc),
99 struct acpi_button_softc *sc; in acpi_button_probe()
130 struct acpi_button_softc *sc; in acpi_button_attach()
189 struct acpi_button_softc *sc; in acpi_button_notify_sleep()
194 sc = (struct acpi_button_softc *)arg; in acpi_button_notify_sleep()
218 struct acpi_button_softc *sc; in acpi_button_notify_wakeup()
223 sc = (struct acpi_button_softc *)arg; in acpi_button_notify_wakeup()
247 struct acpi_button_softc *sc; in acpi_button_notify_handler()
251 sc = (struct acpi_button_softc *)context; in acpi_button_notify_handler()
[all …]