Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duvscom.c181 static void uvscom_start_read(struct ucom_softc *);
230 .ucom_start_read = &uvscom_start_read,
679 uvscom_start_read(struct ucom_softc *ucom) in uvscom_start_read() function