Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/serial/
H A Duvscom.c185 static void uvscom_stop_read(struct ucom_softc *);
234 .ucom_stop_read = &uvscom_stop_read,
692 uvscom_stop_read(struct ucom_softc *ucom) in uvscom_stop_read() function