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

/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.h103 void (*ucom_stop_write) (struct ucom_softc *); member in struct:ucom_callback
H A Dugensa.c135 .ucom_stop_write = &ugensa_stop_write,
H A Duark.c146 .ucom_stop_write = &uark_stop_write,
H A Dubser.c188 .ucom_stop_write = &ubser_stop_write,
H A Ducycom.c158 .ucom_stop_write = &ucycom_stop_write,
H A Dubsa.c234 .ucom_stop_write = &ubsa_stop_write,
H A Duvisor.c236 .ucom_stop_write = &uvisor_stop_write,
H A Duvscom.c234 .ucom_stop_write = &uvscom_stop_write,
H A Duchcom.c282 .ucom_stop_write = &uchcom_stop_write,
H A Dumoscom.c260 .ucom_stop_write = &umoscom_stop_write,
H A Dumct.c200 .ucom_stop_write = &umct_stop_write,
H A Dusb_serial.c540 if (sc->sc_callback->ucom_stop_write)
541 (sc->sc_callback->ucom_stop_write) (sc);
H A Dufoma.c297 .ucom_stop_write = &ufoma_stop_write,
H A Duplcom.c252 .ucom_stop_write = &uplcom_stop_write,
H A Dumodem.c290 .ucom_stop_write = &umodem_stop_write,
H A Duslcom.c223 .ucom_stop_write = &uslcom_stop_write,
H A Dumcs.c251 .ucom_stop_write = &umcs7840_stop_write,
H A Duipaq.c148 .ucom_stop_write = &uipaq_stop_write,
H A Du3g.c179 .ucom_stop_write = &u3g_stop_write,
H A Duftdi.c247 .ucom_stop_write = &uftdi_stop_write,
/freebsd-current/sys/dev/usb/net/
H A Duhso.c509 .ucom_stop_write = uhso_ucom_stop_write,
H A Dif_usie.c226 .ucom_stop_write = &usie_uc_stop_write,

Completed in 225 milliseconds