Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_in_pipe

153 	struct usbd_pipe *sc_in_pipe;	/* bulk in pipe */
294 sc->sc_in_pipe = NULL;
304 if (usbd_open_pipe(sc->sc_iface, sc->sc_in, 0, &sc->sc_in_pipe)) {
323 error = usbd_create_xfer(sc->sc_in_pipe, UTOPPY_FRAG_SIZE,
368 if (sc->sc_in_pipe != NULL)
369 usbd_abort_pipe(sc->sc_in_pipe);
378 if (sc->sc_in_pipe != NULL)
379 usbd_close_pipe(sc->sc_in_pipe);
645 err = utoppy_bulk_transfer(sc->sc_in_xfer, sc->sc_in_pipe,
1390 if (sc->sc_in_pipe != NULL) {
1391 usbd_abort_pipe(sc->sc_in_pipe);
1392 sc->sc_in_pipe = NULL;