Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dubsa.c188 static void ubsa_start_write(struct ucom_softc *);
232 .ucom_start_write = &ubsa_start_write,
545 ubsa_start_write(struct ucom_softc *ucom) in ubsa_start_write() function