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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c294 static void uath_watchdog(void *);
1143 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);
1272 uath_watchdog(void *arg) function
1284 callout_reset(&sc->watchdog_ch, hz, uath_watchdog, sc);

Completed in 111 milliseconds