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

  /src/sys/arch/evbppc/wii/dev/
di.c 130 callout_t sc_idle; member in struct:di_softc
177 callout_init(&sc->sc_idle, 0);
178 callout_setfunc(&sc->sc_idle, di_idle, sc);
228 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));
535 callout_stop(&sc->sc_idle);
698 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));
di.c 130 callout_t sc_idle; member in struct:di_softc
177 callout_init(&sc->sc_idle, 0);
178 callout_setfunc(&sc->sc_idle, di_idle, sc);
228 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));
535 callout_stop(&sc->sc_idle);
698 callout_schedule(&sc->sc_idle, mstohz(DI_IDLE_TIMEOUT_MS));

Completed in 23 milliseconds