Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/usb/serial/
H A Dubsa.c188 static void ubsa_stop_read(struct ucom_softc *);
232 .ucom_stop_read = &ubsa_stop_read,
534 ubsa_stop_read(struct ucom_softc *ucom) in ubsa_stop_read() function