Searched refs:urtw_watchdog (Results 1 – 1 of 1) sorted by relevance
680 static void urtw_watchdog(void *);1096 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_init()1472 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_start()1910 urtw_watchdog(void *arg) in urtw_watchdog() function1922 callout_reset(&sc->sc_watchdog_ch, hz, urtw_watchdog, sc); in urtw_watchdog()