Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dubser.c154 static void ubser_start_read(struct ucom_softc *);
184 .ucom_start_read = &ubser_start_read,
516 ubser_start_read(struct ucom_softc *ucom) in ubser_start_read() function