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

/freebsd-current/sys/dev/acpica/
H A Dacpi_ec.c156 int ec_suspending; member in struct:acpi_ec_softc
475 sc->ec_suspending = FALSE;
555 sc->ec_suspending = TRUE;
565 sc->ec_suspending = FALSE;
793 if (cold || rebooting || sc->ec_suspending) {
854 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending;

Completed in 52 milliseconds