Searched refs:sc_pipe (Results 1 – 2 of 2) sorted by relevance
483 &sc->sc_pipe[UMASS_BULKOUT]); in umass_attach()494 USBD_EXCLUSIVE_USE, &sc->sc_pipe[UMASS_BULKIN]); in umass_attach()518 USBD_EXCLUSIVE_USE, &sc->sc_pipe[UMASS_INTRIN]); in umass_attach()615 if (sc->sc_pipe[i] != NULL) in umass_detach()616 usbd_abort_pipe(sc->sc_pipe[i]); in umass_detach()657 if (sc->sc_pipe[i] != NULL) { in umass_disco()658 usbd_close_pipe(sc->sc_pipe[i]); in umass_disco()659 sc->sc_pipe[i] = NULL; in umass_disco()856 usbd_clear_endpoint_toggle(sc->sc_pipe[endpt]); in umass_clear_endpoint_stall()1007 if ((err = umass_setup_transfer(sc, sc->sc_pipe[UMASS_BULKOUT], in umass_bbb_transfer()[all …]
157 struct usbd_pipe *sc_pipe[UMASS_NEP]; member