Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/serial/
H A Duchcom.c223 static void uchcom_stop_read(struct ucom_softc *);
280 .ucom_stop_read = &uchcom_stop_read,
748 uchcom_stop_read(struct ucom_softc *ucom) in uchcom_stop_read() function