Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/gadget/
H A Dg_modem.c228 static void g_modem_watchdog(void *arg);
233 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
237 g_modem_watchdog(void *arg) in g_modem_watchdog() function