sc_pipe_rx        359 dev/usb/if_udav.c 	if (sc->sc_pipe_rx != NULL)
sc_pipe_rx        675 dev/usb/if_udav.c 	if (sc->sc_pipe_tx == NULL || sc->sc_pipe_rx == NULL) {
sc_pipe_rx        819 dev/usb/if_udav.c 			     USBD_EXCLUSIVE_USE, &sc->sc_pipe_rx);
sc_pipe_rx        856 dev/usb/if_udav.c 		usbd_setup_xfer(c->udav_xfer, sc->sc_pipe_rx,
sc_pipe_rx       1135 dev/usb/if_udav.c 			usbd_clear_endpoint_stall_async(sc->sc_pipe_rx);
sc_pipe_rx       1190 dev/usb/if_udav.c 	usbd_setup_xfer(xfer, sc->sc_pipe_rx, c, c->udav_buf, UDAV_BUFSZ,
sc_pipe_rx       1336 dev/usb/if_udav.c 	if (sc->sc_pipe_rx != NULL) {
sc_pipe_rx       1337 dev/usb/if_udav.c 		err = usbd_abort_pipe(sc->sc_pipe_rx);
sc_pipe_rx       1341 dev/usb/if_udav.c 		err = usbd_close_pipe(sc->sc_pipe_rx);
sc_pipe_rx       1345 dev/usb/if_udav.c 		sc->sc_pipe_rx = NULL;
sc_pipe_rx        172 dev/usb/if_udavreg.h 	usbd_pipe_handle	sc_pipe_rx;
sc_pipe_rx        369 dev/usb/if_url.c 	if (sc->sc_pipe_rx != NULL)
sc_pipe_rx        570 dev/usb/if_url.c 	if (sc->sc_pipe_tx == NULL || sc->sc_pipe_rx == NULL) {
sc_pipe_rx        709 dev/usb/if_url.c 			     USBD_EXCLUSIVE_USE, &sc->sc_pipe_rx);
sc_pipe_rx        746 dev/usb/if_url.c 		usbd_setup_xfer(c->url_xfer, sc->sc_pipe_rx,
sc_pipe_rx       1018 dev/usb/if_url.c 			usbd_clear_endpoint_stall_async(sc->sc_pipe_rx);
sc_pipe_rx       1077 dev/usb/if_url.c 	usbd_setup_xfer(xfer, sc->sc_pipe_rx, c, c->url_buf, URL_BUFSZ,
sc_pipe_rx       1224 dev/usb/if_url.c 	if (sc->sc_pipe_rx != NULL) {
sc_pipe_rx       1225 dev/usb/if_url.c 		err = usbd_abort_pipe(sc->sc_pipe_rx);
sc_pipe_rx       1229 dev/usb/if_url.c 		err = usbd_close_pipe(sc->sc_pipe_rx);
sc_pipe_rx       1233 dev/usb/if_url.c 		sc->sc_pipe_rx = NULL;
sc_pipe_rx        162 dev/usb/if_urlreg.h 	usbd_pipe_handle	sc_pipe_rx;