Home
last modified time | relevance | path

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

/freebsd/sys/arm64/acpica/
H A Dacpi_wakeup.c41 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep() function
/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c191 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep() function
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c183 acpi_sleep_machdep(struct acpi_softc *sc, int state) in acpi_sleep_machdep() function
/freebsd/sys/dev/acpica/
H A Dacpivar.h521 int acpi_sleep_machdep(struct acpi_softc *sc, int state);
H A Dacpi.c3441 sleep_result = acpi_sleep_machdep(sc, state); in acpi_EnterSleepState()