Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h103 void (*ucom_stop_write) (struct ucom_softc *); member
H A Duark.c146 .ucom_stop_write = &uark_stop_write,
H A Dugensa.c135 .ucom_stop_write = &ugensa_stop_write,
H A Dubser.c187 .ucom_stop_write = &ubser_stop_write,
H A Ducycom.c157 .ucom_stop_write = &ucycom_stop_write,
H A Dubsa.c233 .ucom_stop_write = &ubsa_stop_write,
H A Dumct.c199 .ucom_stop_write = &umct_stop_write,
H A Dumoscom.c260 .ucom_stop_write = &umoscom_stop_write,
H A Duvisor.c236 .ucom_stop_write = &uvisor_stop_write,
H A Duvscom.c233 .ucom_stop_write = &uvscom_stop_write,
H A Dusb_serial.c539 if (sc->sc_callback->ucom_stop_write) in ucom_detach_tty()
540 (sc->sc_callback->ucom_stop_write) (sc); in ucom_detach_tty()
H A Duchcom.c281 .ucom_stop_write = &uchcom_stop_write,
H A Duipaq.c147 .ucom_stop_write = &uipaq_stop_write,
H A Dumodem.c289 .ucom_stop_write = &umodem_stop_write,
H A Duslcom.c222 .ucom_stop_write = &uslcom_stop_write,
H A Duplcom.c251 .ucom_stop_write = &uplcom_stop_write,
H A Dufoma.c296 .ucom_stop_write = &ufoma_stop_write,
H A Dumcs.c250 .ucom_stop_write = &umcs7840_stop_write,
H A Du3g.c179 .ucom_stop_write = &u3g_stop_write,
H A Duftdi.c246 .ucom_stop_write = &uftdi_stop_write,
/freebsd/sys/dev/usb/net/
H A Dif_usie.c228 .ucom_stop_write = &usie_uc_stop_write,
H A Duhso.c509 .ucom_stop_write = uhso_ucom_stop_write,