Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Ducycom.c122 static void ucycom_stop_read(struct ucom_softc *);
155 .ucom_stop_read = &ucycom_stop_read,
343 ucycom_stop_read(struct ucom_softc *ucom) in ucycom_stop_read() function