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

  /src/sys/dev/usb/
if_rumvar.h 116 struct callout sc_scan_ch; member in struct:rum_softc
if_uralvar.h 114 struct callout sc_scan_ch; member in struct:ural_softc
if_zyd.c 354 callout_init(&(sc->sc_scan_ch), 0);
473 callout_halt(&sc->sc_scan_ch, NULL);
722 callout_reset(&sc->sc_scan_ch, hz / 5, zyd_next_scan, sc);
776 callout_stop(&sc->sc_scan_ch);
if_rum.c 362 callout_init(&sc->sc_scan_ch, 0);
503 callout_halt(&sc->sc_scan_ch, NULL);
689 callout_reset(&sc->sc_scan_ch, hz / 5, rum_next_scan, sc);
746 callout_stop(&sc->sc_scan_ch);
if_ural.c 421 callout_init(&sc->sc_scan_ch, 0);
547 callout_halt(&sc->sc_scan_ch, NULL);
729 callout_reset(&sc->sc_scan_ch, hz / 5, ural_next_scan, sc);
801 callout_stop(&sc->sc_scan_ch);
if_zydreg.h 1195 struct callout sc_scan_ch; member in struct:zyd_softc
  /src/sys/dev/ic/
atwvar.h 283 struct callout sc_scan_ch; member in struct:atw_softc
rtwvar.h 505 struct callout sc_scan_ch; member in struct:rtw_softc
atw.c 815 callout_init(&sc->sc_scan_ch, 0);
2491 callout_stop(&sc->sc_scan_ch);
2500 callout_stop(&sc->sc_scan_ch);
2506 callout_reset(&sc->sc_scan_ch, atw_dwelltime * hz / 1000,
2699 callout_stop(&sc->sc_scan_ch);
rtw.c 3667 callout_stop(&sc->sc_scan_ch);
3689 callout_reset(&sc->sc_scan_ch, rtw_dwelltime * hz / 1000,
3715 callout_stop(&sc->sc_scan_ch);
4242 callout_init(&sc->sc_scan_ch, 0);
4271 callout_stop(&sc->sc_scan_ch);
athvar.h 303 struct callout sc_scan_ch; /* callout handle for scan */ member in struct:ath_softc
bwivar.h 597 struct callout sc_scan_ch; member in struct:bwi_softc
ath.c 387 ATH_CALLOUT_INIT(&sc->sc_scan_ch, debug_mpsafenet ? CALLOUT_MPSAFE : 0);
4749 callout_stop(&sc->sc_scan_ch);
4887 callout_reset(&sc->sc_scan_ch, (ath_dwelltime * hz) / 1000,
bwi.c 936 callout_init(&sc->sc_scan_ch, 0);
937 callout_setfunc(&sc->sc_scan_ch, bwi_next_scan, sc);
7707 callout_stop(&sc->sc_scan_ch);
7776 callout_schedule(&sc->sc_scan_ch,
  /src/sys/dev/pcmcia/
if_malo_pcmciavar.h 389 callout_t sc_scan_ch; member in struct:malo_softc

Completed in 66 milliseconds