Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_tx_pipeh

205 	struct usbd_pipe	*sc_tx_pipeh;
361 &sc->sc_tx_pipeh);
555 if (usbd_create_xfer(sc->sc_tx_pipeh, BWFM_TXBUFSZ,
608 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh);
635 if (sc->sc_tx_pipeh != NULL) {
636 usbd_abort_pipe(sc->sc_tx_pipeh);
637 usbd_close_pipe(sc->sc_tx_pipeh);
695 error = usbd_create_xfer(sc->sc_tx_pipeh, TRX_RDL_CHUNK,
749 if (sc->sc_tx_pipeh != NULL) {
750 usbd_abort_pipe(sc->sc_tx_pipeh);
751 usbd_close_pipe(sc->sc_tx_pipeh);
752 sc->sc_tx_pipeh = NULL;