Home
last modified time | relevance | path

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

/src/sys/dev/usb/gadget/
H A Dg_modem.c131 static void g_modem_timeout(void *arg);
206 usb_callout_reset(&sc->sc_callout, i, &g_modem_timeout, sc); in g_modem_timeout_reset()
210 g_modem_timeout(void *arg) in g_modem_timeout() function