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

/freebsd-10-stable/sys/dev/nsp/
H A Dnspvar.h62 int sc_timer; /* timer start */ member in struct:nsp_softc
H A Dnsp.c579 sc->sc_timer = time;
1448 if (sc->sc_timer != 0)
1452 sc->sc_timer = 0;
/freebsd-10-stable/sys/dev/cm/
H A Dsmc90cx6var.h74 int sc_timer; member in struct:cm_softc
H A Dsmc90cx6.c329 sc->sc_timer = 0;
461 sc->sc_timer = ARCTIMEOUT;
624 else if (ifp->if_flags & IFF_LINK2 && sc->sc_timer > 0
654 sc->sc_timer = ARCTIMEOUT;
666 sc->sc_timer = 0;
923 if (sc->sc_timer == 0 || --sc->sc_timer > 0)
/freebsd-10-stable/sys/dev/snc/
H A Dif_snc_pccard.c110 callout_drain(&sc->sc_timer);
H A Ddp83932var.h204 struct callout sc_timer; member in struct:snc_softc
H A Dif_snc.c219 callout_init_mtx(&sc->sc_timer, &sc->sc_lock, 0);
H A Ddp83932.c455 callout_reset(&sc->sc_timer, hz, sncwatchdog, sc);
486 callout_stop(&sc->sc_timer);
518 callout_reset(&sc->sc_timer, hz, sncwatchdog, sc);
/freebsd-10-stable/sys/dev/usb/controller/
H A Ddwc_otg.h166 struct usb_callout sc_timer; member in struct:dwc_otg_softc
H A Ddwc_otg.c2463 usb_callout_reset(&sc->sc_timer,
2478 usb_callout_reset(&sc->sc_timer,
2492 usb_callout_stop(&sc->sc_timer);
3880 usb_callout_init_mtx(&sc->sc_timer,
4094 usb_callout_drain(&sc->sc_timer);
/freebsd-10-stable/sys/dev/uart/
H A Duart_bus.h82 struct callout sc_timer; member in struct:uart_softc
H A Duart_core.c426 callout_reset(&sc->sc_timer, hz / uart_poll_freq,
690 callout_init(&sc->sc_timer, 1);
/freebsd-10-stable/sys/mips/adm5120/
H A Dif_admsw.c735 sc->sc_timer = 5;
752 if (sc->sc_timer == 0 || --sc->sc_timer > 0)
760 if (sc->sc_timer != 0)
762 sc->sc_timer);
768 if (sc->sc_timer != 0) {
947 sc->sc_timer = 0;
1151 sc->sc_timer = 0;
H A Dif_admswvar.h137 int sc_timer; member in struct:admsw_softc
/freebsd-10-stable/sys/dev/ppbus/
H A Dlpt.c133 struct callout sc_timer; member in struct:lpt_data
373 ppb_init_callout(ppbus, &sc->sc_timer, 0);
433 callout_drain(&sc->sc_timer);
459 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
590 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
635 callout_stop(&sc->sc_timer);
/freebsd-10-stable/sys/dev/et/
H A Dif_etvar.h333 uint32_t sc_timer; member in struct:et_softc
H A Dif_et.c245 sc->sc_timer = et_timer;
1205 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer);
1253 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer);
2458 CTLFLAG_RW, &sc->sc_timer, 0, "TX timer");
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwlvar.h332 struct callout sc_timer; /* periodic work */ member in struct:mwl_softc
H A Dif_mwl.c371 callout_init(&sc->sc_timer, 1);
4245 callout_stop(&sc->sc_timer);
4371 callout_reset(&sc->sc_timer, sc->sc_ageinterval*hz,
4454 callout_schedule(&sc->sc_timer, sc->sc_ageinterval*hz);

Completed in 226 milliseconds