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

/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_ec.c157 int ec_suspending; member in struct:acpi_ec_softc
469 sc->ec_suspending = FALSE;
549 sc->ec_suspending = TRUE;
559 sc->ec_suspending = FALSE;
778 if (cold || rebooting || sc->ec_suspending) {
838 need_poll = cold || rebooting || ec_polled_mode || sc->ec_suspending;

Completed in 95 milliseconds