Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/serial/
H A Duvscom.c184 static void uvscom_start_read(struct ucom_softc *);
233 .ucom_start_read = &uvscom_start_read,
684 uvscom_start_read(struct ucom_softc *ucom) in uvscom_start_read() function