Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Dudbc.c116 static void udbc_start_write(struct ucom_softc *);
147 .ucom_start_write = &udbc_start_write,
372 udbc_start_write(struct ucom_softc *ucom) in udbc_start_write() function