Home
last modified time | relevance | path

Searched refs:ucom_stop_read (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.h110 void (*ucom_stop_read) (struct ucom_softc *); member
H A Dusb_serial.c350 if (sc->sc_callback->ucom_stop_read) in ucom_detach_tty()
351 (sc->sc_callback->ucom_stop_read) (sc); in ucom_detach_tty()
612 if (sc->sc_callback->ucom_stop_read) { in ucom_close()
613 (sc->sc_callback->ucom_stop_read) (sc); in ucom_close()
H A Du3g.c156 .ucom_stop_read = &u3g_stop_read,

Completed in 4 milliseconds