Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h101 void (*ucom_stop_read) (struct ucom_softc *); member
H A Dusb_serial.c537 if (sc->sc_callback->ucom_stop_read) in ucom_detach_tty()
538 (sc->sc_callback->ucom_stop_read) (sc); in ucom_detach_tty()
895 if (sc->sc_callback->ucom_stop_read) { in ucom_close()
896 (sc->sc_callback->ucom_stop_read) (sc); in ucom_close()
H A Duark.c144 .ucom_stop_read = &uark_stop_read,
H A Dugensa.c133 .ucom_stop_read = &ugensa_stop_read,
H A Dubser.c185 .ucom_stop_read = &ubser_stop_read,
H A Ducycom.c155 .ucom_stop_read = &ucycom_stop_read,
H A Dubsa.c231 .ucom_stop_read = &ubsa_stop_read,
H A Dumct.c197 .ucom_stop_read = &umct_stop_read,
H A Dumoscom.c258 .ucom_stop_read = &umoscom_stop_read,
H A Duvisor.c234 .ucom_stop_read = &uvisor_stop_read,
H A Duvscom.c231 .ucom_stop_read = &uvscom_stop_read,
H A Duchcom.c279 .ucom_stop_read = &uchcom_stop_read,
H A Duipaq.c145 .ucom_stop_read = &uipaq_stop_read,
H A Dumodem.c287 .ucom_stop_read = &umodem_stop_read,
H A Duslcom.c220 .ucom_stop_read = &uslcom_stop_read,
H A Duplcom.c249 .ucom_stop_read = &uplcom_stop_read,
H A Dufoma.c294 .ucom_stop_read = &ufoma_stop_read,
H A Dumcs.c247 .ucom_stop_read = &umcs7840_stop_read,
H A Du3g.c177 .ucom_stop_read = &u3g_stop_read,
H A Duftdi.c244 .ucom_stop_read = &uftdi_stop_read,
/freebsd/sys/dev/usb/net/
H A Dif_usie.c226 .ucom_stop_read = &usie_uc_stop_read,
H A Duhso.c507 .ucom_stop_read = uhso_ucom_stop_read,