Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Du3g.c132 static void u3g_stop_write(struct ucom_softc *ucom);
179 .ucom_stop_write = &u3g_stop_write,
1135 u3g_stop_write(struct ucom_softc *ucom) in u3g_stop_write() function