Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Duftdi.c141 static void uftdi_stop_read(struct ucom_softc *);
177 .ucom_stop_read = &uftdi_stop_read,
726 uftdi_stop_read(struct ucom_softc *ucom) in uftdi_stop_read() function