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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.h100 void (*ucom_stop_read) (struct ucom_softc *); member in struct:ucom_callback
H A Dugensa.c132 .ucom_stop_read = &ugensa_stop_read,
H A Dusb_serial.c490 if (sc->sc_callback->ucom_stop_read)
491 (sc->sc_callback->ucom_stop_read) (sc);
784 if (sc->sc_callback->ucom_stop_read) {
785 (sc->sc_callback->ucom_stop_read) (sc);
H A Duark.c148 .ucom_stop_read = &uark_stop_read,
H A Dubser.c186 .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 Duchcom.c277 .ucom_stop_read = &uchcom_stop_read,
H A Dumct.c190 .ucom_stop_read = &umct_stop_read,
H A Dumoscom.c259 .ucom_stop_read = &umoscom_stop_read,
H A Duvisor.c233 .ucom_stop_read = &uvisor_stop_read,
H A Duvscom.c232 .ucom_stop_read = &uvscom_stop_read,
H A Dufoma.c297 .ucom_stop_read = &ufoma_stop_read,
H A Dumcs.c248 .ucom_stop_read = &umcs7840_stop_read,
H A Dumodem.c271 .ucom_stop_read = &umodem_stop_read,
H A Duplcom.c236 .ucom_stop_read = &uplcom_stop_read,
H A Duslcom.c223 .ucom_stop_read = &uslcom_stop_read,
H A Duipaq.c147 .ucom_stop_read = &uipaq_stop_read,
H A Du3g.c179 .ucom_stop_read = &u3g_stop_read,
H A Duftdi.c245 .ucom_stop_read = &uftdi_stop_read,
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_usie.c224 .ucom_stop_read = &usie_uc_stop_read,
H A Duhso.c507 .ucom_stop_read = uhso_ucom_stop_read,

Completed in 213 milliseconds