Searched refs:sc_watchdog_ch (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/wlan/
H A Dif_urtwvar.h165 struct callout sc_watchdog_ch; member in struct:urtw_softc
H A Dif_upgtvar.h445 struct callout sc_watchdog_ch; member in struct:upgt_softc
H A Dif_upgt.c260 callout_init(&sc->sc_watchdog_ch, 0);
657 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc);
917 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc);
1078 callout_stop(&sc->sc_watchdog_ch);
2045 callout_drain(&sc->sc_watchdog_ch);
H A Dif_urtwn.c381 callout_init(&sc->sc_watchdog_ch, 0);
500 callout_drain(&sc->sc_watchdog_ch);
1531 callout_stop(&sc->sc_watchdog_ch);
1684 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
1992 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
3477 callout_reset(&sc->sc_watchdog_ch, hz, urtwn_watchdog, sc);
3501 callout_stop(&sc->sc_watchdog_ch);
H A Dif_urtw.c810 callout_init(&sc->sc_watchdog_ch, 0);
952 callout_drain(&sc->sc_watchdog_ch);
1110 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);
1373 callout_stop(&sc->sc_watchdog_ch);
1483 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);
1878 callout_stop(&sc->sc_watchdog_ch);
1925 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc);
H A Dif_urtwnreg.h1229 struct callout sc_watchdog_ch; member in struct:urtwn_softc
/freebsd-10.3-release/sys/dev/bwn/
H A Dif_bwnvar.h920 struct callout sc_watchdog_ch; member in struct:bwn_softc
H A Dif_bwn.c1137 callout_drain(&sc->sc_watchdog_ch);
1174 callout_init_mtx(&sc->sc_watchdog_ch, &sc->sc_mtx, 0);
1592 callout_schedule(&sc->sc_watchdog_ch, hz);
3042 callout_reset(&sc->sc_watchdog_ch, hz, bwn_watchdog, sc);
8214 callout_stop(&sc->sc_watchdog_ch);

Completed in 108 milliseconds