Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/gadget/
H A Dg_modem.c230 static void g_modem_watchdog(void *arg);
235 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
239 g_modem_watchdog(void *arg) in g_modem_watchdog() function