Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/serial/
H A Duplcom.c196 static void uplcom_stop_write(struct ucom_softc *);
252 .ucom_stop_write = &uplcom_stop_write,
998 uplcom_stop_write(struct ucom_softc *ucom) in uplcom_stop_write() function