Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumodem.c210 static void umodem_start_read(struct ucom_softc *);
287 .ucom_start_read = &umodem_start_read,
500 umodem_start_read(struct ucom_softc *ucom) in umodem_start_read() function