Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Du3g.c130 static void u3g_stop_read(struct ucom_softc *ucom);
177 .ucom_stop_read = &u3g_stop_read,
1115 u3g_stop_read(struct ucom_softc *ucom) in u3g_stop_read() function