Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_upgt.c160 static void upgt_watchdog(void *);
573 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc); in upgt_init()
826 upgt_watchdog(void *arg) in upgt_watchdog() function
838 callout_reset(&sc->sc_watchdog_ch, hz, upgt_watchdog, sc); in upgt_watchdog()