Home
last modified time | relevance | path

Searched refs:ucom_start_write (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c469 if (sc->sc_callback->ucom_start_write) { in ucom_cfg_start_transfers()
470 (sc->sc_callback->ucom_start_write) (sc); in ucom_cfg_start_transfers()
487 if (sc->sc_callback->ucom_start_write) { in ucom_start_transfers()
488 (sc->sc_callback->ucom_start_write) (sc); in ucom_start_transfers()
Dusb_serial.h112 void (*ucom_start_write) (struct ucom_softc *); member
Du3g.c159 .ucom_start_write = &u3g_start_write,