Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/serial/
H A Dubser.c159 static void ubser_stop_write(struct ucom_softc *);
190 .ucom_stop_write = &ubser_stop_write,
549 ubser_stop_write(struct ucom_softc *ucom) in ubser_stop_write() function