Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Ducycom.c124 static void ucycom_stop_write(struct ucom_softc *);
157 .ucom_stop_write = &ucycom_stop_write,
359 ucycom_stop_write(struct ucom_softc *ucom) in ucycom_stop_write() function