Searched refs:cdce_bulkin_pipe (Results 1 – 2 of 2) sorted by relevance
442 if (sc->cdce_bulkin_pipe != NULL) { in cdce_stop()443 err = usbd_close_pipe(sc->cdce_bulkin_pipe); in cdce_stop()447 sc->cdce_bulkin_pipe = NULL; in cdce_stop()584 USBD_EXCLUSIVE_USE, &sc->cdce_bulkin_pipe); in cdce_init()603 usbd_setup_xfer(c->cdce_xfer, sc->cdce_bulkin_pipe, c, in cdce_init()722 usbd_clear_endpoint_stall_async(sc->cdce_bulkin_pipe); in cdce_rxeof()763 usbd_setup_xfer(c->cdce_xfer, sc->cdce_bulkin_pipe, c, c->cdce_buf, in cdce_rxeof()
80 struct usbd_pipe *cdce_bulkin_pipe; member