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

/netbsd-current/sys/dev/usb/
H A Dif_uralvar.h114 struct callout sc_scan_ch; member in struct:ural_softc
H A Dif_rumvar.h116 struct callout sc_scan_ch; member in struct:rum_softc
H A Dif_rum.c362 callout_init(&sc->sc_scan_ch, 0);
503 callout_halt(&sc->sc_scan_ch, NULL);
691 callout_reset(&sc->sc_scan_ch, hz / 5, rum_next_scan, sc);
748 callout_stop(&sc->sc_scan_ch);
H A Dif_ural.c421 callout_init(&sc->sc_scan_ch, 0);
547 callout_halt(&sc->sc_scan_ch, NULL);
731 callout_reset(&sc->sc_scan_ch, hz / 5, ural_next_scan, sc);
803 callout_stop(&sc->sc_scan_ch);
H A Dif_zyd.c354 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);
H A Dif_zydreg.h1195 struct callout sc_scan_ch; member in struct:zyd_softc
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmciavar.h389 callout_t sc_scan_ch; member in struct:malo_softc
/netbsd-current/sys/dev/ic/
H A Datwvar.h283 struct callout sc_scan_ch; member in struct:atw_softc
H A Drtwvar.h505 struct callout sc_scan_ch; member in struct:rtw_softc
H A Dbwivar.h562 struct callout sc_scan_ch; member in struct:bwi_softc
H A Datw.c815 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);
H A Drtw.c3667 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);
H A Dathvar.h303 struct callout sc_scan_ch; /* callout handle for scan */ member in struct:ath_softc
H A Dath.c388 ATH_CALLOUT_INIT(&sc->sc_scan_ch, debug_mpsafenet ? CALLOUT_MPSAFE : 0);
4752 callout_stop(&sc->sc_scan_ch);
4890 callout_reset(&sc->sc_scan_ch, (ath_dwelltime * hz) / 1000,
H A Dbwi.c883 callout_init(&sc->sc_scan_ch, 0);
884 callout_setfunc(&sc->sc_scan_ch, bwi_next_scan, sc);
7591 callout_stop(&sc->sc_scan_ch);
7660 callout_schedule(&sc->sc_scan_ch,

Completed in 338 milliseconds