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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uath.c288 static void uath_watchdog(void *);
1137 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
1266 uath_watchdog(void *arg) function
1278 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);

Completed in 102 milliseconds