Lines Matching refs:pipeh
838 error = usbd_open_pipe(sc->sc_iface, rxq->pipe_no, 0, &rxq->pipeh);
847 error = usbd_create_xfer(sc->rxq.pipeh, RUN_MAX_RXSZ,
865 if (rxq->pipeh != NULL) {
866 usbd_abort_pipe(rxq->pipeh);
873 if (rxq->pipeh != NULL) {
874 usbd_close_pipe(rxq->pipeh);
875 rxq->pipeh = NULL;
892 error = usbd_open_pipe(sc->sc_iface, txq->pipe_no, 0, &txq->pipeh);
902 error = usbd_create_xfer(txq->pipeh, RUN_MAX_TXSZ,
922 if (txq->pipeh != NULL) {
923 usbd_abort_pipe(txq->pipeh);
924 usbd_close_pipe(txq->pipeh);
925 txq->pipeh = NULL;
2450 usbd_clear_endpoint_stall_async(sc->rxq.pipeh);
2513 usbd_clear_endpoint_stall_async(txq->pipeh);