Lines Matching defs:sc_rx_pipe
115 struct usbd_pipe *sc_rx_pipe;
207 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe);
306 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe);
425 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_rx_pipe)) != 0) {
437 if ((err = usbd_create_xfer(sc->sc_rx_pipe, sizeof(struct gscan_frame),
490 if (sc->sc_rx_pipe)
491 usbd_abort_pipe(sc->sc_rx_pipe);
493 if (sc->sc_rx_pipe) {
494 usbd_close_pipe(sc->sc_rx_pipe);
495 sc->sc_rx_pipe = NULL;
504 sc->sc_rx_pipe = NULL;