Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dubsa.c190 static void ubsa_stop_write(struct ucom_softc *);
234 .ucom_stop_write = &ubsa_stop_write,
554 ubsa_stop_write(struct ucom_softc *ucom) in ubsa_stop_write() function