Home
last modified time | relevance | path

Searched refs:sc_watchdog_ch (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_urtwvar.h164 struct callout sc_watchdog_ch; member
H A Dif_upgtvar.h442 struct callout sc_watchdog_ch; member
H A Dif_upgt.c260 callout_init(&sc->sc_watchdog_ch, 0); in upgt_attach()
573 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc); in upgt_init()
838 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc); in upgt_watchdog()
995 callout_stop(&sc->sc_watchdog_ch); in upgt_newstate()
1952 callout_drain(&sc->sc_watchdog_ch); in upgt_detach()
H A Dif_urtw.c814 callout_init(&sc->sc_watchdog_ch, 0); in urtw_attach()
942 callout_drain(&sc->sc_watchdog_ch); in urtw_detach()
1096 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_init()
1372 callout_stop(&sc->sc_watchdog_ch); in urtw_stop()
1472 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_start()
1874 callout_stop(&sc->sc_watchdog_ch); in urtw_newstate()
1922 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_watchdog()
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h1049 struct callout sc_watchdog_ch; member
H A Dif_bwn.c862 callout_drain(&sc->sc_watchdog_ch); in bwn_detach()
898 callout_init_mtx(&sc->sc_watchdog_ch, &sc->sc_mtx, 0); in bwn_attach_pre()
1278 callout_schedule(&sc->sc_watchdog_ch, hz); in bwn_watchdog()
2086 callout_reset(&sc->sc_watchdog_ch, hz, bwn_watchdog, sc); in bwn_init()
4815 callout_stop(&sc->sc_watchdog_ch); in bwn_core_stop()