Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_wr_xfer

94 	struct usbd_xfer	*sc_wr_xfer;
268 if (sc->sc_wr_xfer != NULL) {
269 usbd_destroy_xfer(sc->sc_wr_xfer);
270 sc->sc_wr_xfer = NULL;
352 USBD_FORCE_SHORT_XFER, 0, &sc->sc_wr_xfer);
357 sc->sc_wr_buf = usbd_get_buffer(sc->sc_wr_xfer);
387 usbd_destroy_xfer(sc->sc_wr_xfer);
388 sc->sc_wr_xfer = NULL;
431 if (sc->sc_wr_xfer != NULL) {
432 usbd_destroy_xfer(sc->sc_wr_xfer);
433 sc->sc_wr_xfer = NULL;
612 err = usbd_intr_transfer(sc->sc_wr_xfer, sc->sc_wr_pipe,