Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Duslcom.c177 static void uslcom_stop_write(struct ucom_softc *);
222 .ucom_stop_write = &uslcom_stop_write,
945 uslcom_stop_write(struct ucom_softc *ucom) in uslcom_stop_write() function