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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_ec.c158 int ec_suspending; member in struct:acpi_ec_softc
480 sc->ec_suspending = FALSE;
560 sc->ec_suspending = TRUE;
570 sc->ec_suspending = FALSE;
798 if (cold || rebooting || sc->ec_suspending) {
859 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending;

Completed in 101 milliseconds