Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/serial/
H A Duchcom.c224 static void uchcom_stop_write(struct ucom_softc *);
282 .ucom_stop_write = &uchcom_stop_write,
768 uchcom_stop_write(struct ucom_softc *ucom) in uchcom_stop_write() function