Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Duchcom.c218 static void uchcom_stop_read(struct ucom_softc *);
278 .ucom_stop_read = &uchcom_stop_read,
790 uchcom_stop_read(struct ucom_softc *ucom) in uchcom_stop_read() function