Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/serial/
H A Dusb_serial.h104 void (*ucom_stop_write) (struct ucom_softc *); member
H A Dugensa.c136 .ucom_stop_write = &ugensa_stop_write,
H A Dubser.c190 .ucom_stop_write = &ubser_stop_write,
H A Duark.c150 .ucom_stop_write = &uark_stop_write,
H A Ducycom.c159 .ucom_stop_write = &ucycom_stop_write,
H A Dumct.c203 .ucom_stop_write = &umct_stop_write,
H A Dubsa.c235 .ucom_stop_write = &ubsa_stop_write,
H A Dusb_serial.c543 if (sc->sc_callback->ucom_stop_write) in ucom_detach_tty()
544 (sc->sc_callback->ucom_stop_write) (sc); in ucom_detach_tty()
H A Duvscom.c236 .ucom_stop_write = &uvscom_stop_write,
H A Duvisor.c237 .ucom_stop_write = &uvisor_stop_write,
H A Dumoscom.c261 .ucom_stop_write = &umoscom_stop_write,
H A Duchcom.c283 .ucom_stop_write = &uchcom_stop_write,
H A Dumodem.c287 .ucom_stop_write = &umodem_stop_write,
H A Duplcom.c248 .ucom_stop_write = &uplcom_stop_write,
H A Duipaq.c151 .ucom_stop_write = &uipaq_stop_write,
H A Duslcom.c224 .ucom_stop_write = &uslcom_stop_write,
H A Dufoma.c301 .ucom_stop_write = &ufoma_stop_write,
H A Dumcs.c253 .ucom_stop_write = &umcs7840_stop_write,
H A Du3g.c181 .ucom_stop_write = &u3g_stop_write,
H A Duftdi.c249 .ucom_stop_write = &uftdi_stop_write,
/freebsd-12.1/sys/dev/usb/net/
H A Dif_usie.c228 .ucom_stop_write = &usie_uc_stop_write,
H A Duhso.c511 .ucom_stop_write = uhso_ucom_stop_write,