Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumodem.c213 static void umodem_stop_write(struct ucom_softc *);
290 .ucom_stop_write = &umodem_stop_write,
533 umodem_stop_write(struct ucom_softc *ucom) in umodem_stop_write() function