Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dumodem.c192 static void umodem_start_read(struct ucom_softc *);
268 .ucom_start_read = &umodem_start_read,
486 umodem_start_read(struct ucom_softc *ucom) in umodem_start_read() function