Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c466 if (sc->sc_callback->ucom_start_read) { in ucom_cfg_start_transfers()
467 (sc->sc_callback->ucom_start_read) (sc); in ucom_cfg_start_transfers()
484 if (sc->sc_callback->ucom_start_read) { in ucom_start_transfers()
485 (sc->sc_callback->ucom_start_read) (sc); in ucom_start_transfers()
Dusb_serial.h110 void (*ucom_start_read) (struct ucom_softc *); member
Du3g.c157 .ucom_start_read = &u3g_start_read,