Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Dudbc.c117 static void udbc_stop_write(struct ucom_softc *);
148 .ucom_stop_write = &udbc_stop_write,
380 udbc_stop_write(struct ucom_softc *ucom) in udbc_stop_write() function