Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/serial/
HDumct.c154 static void umct_stop_read(struct ucom_softc *);
199 .ucom_stop_read = &umct_stop_read,
567 umct_stop_read(struct ucom_softc *ucom) in umct_stop_read() function