HomeSort by: relevance | last modified time | path
    Searched refs:sc_idle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbppc/nintendo/dev/
di.c 131 callout_t sc_idle; member in struct:di_softc
178 callout_init(&sc->sc_idle, 0);
179 callout_setfunc(&sc->sc_idle, di_idle, sc);
229 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));
536 callout_stop(&sc->sc_idle);
699 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));
  /src/sys/dev/audio/
audio.c 2811 if (device_is_active(&sc->sc_dev) || sc->sc_idle)
2933 if (device_is_active(&sc->sc_dev) || sc->sc_idle)
8184 sc->sc_idle = true;
8204 sc->sc_idle = false;

Completed in 57 milliseconds