Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/serial/
HDubser.c154 static void ubser_start_read(struct ucom_softc *);
185 .ucom_start_read = &ubser_start_read,
523 ubser_start_read(struct ucom_softc *ucom) in ubser_start_read() function