sc_pipe_tx        356 dev/usb/if_udav.c 	if (sc->sc_pipe_tx != NULL)
sc_pipe_tx        675 dev/usb/if_udav.c 	if (sc->sc_pipe_tx == NULL || sc->sc_pipe_rx == NULL) {
sc_pipe_tx        829 dev/usb/if_udav.c 			     USBD_EXCLUSIVE_USE, &sc->sc_pipe_tx);
sc_pipe_tx       1035 dev/usb/if_udav.c 	usbd_setup_xfer(c->udav_xfer, sc->sc_pipe_tx, c, c->udav_buf, total_len,
sc_pipe_tx       1088 dev/usb/if_udav.c 			usbd_clear_endpoint_stall_async(sc->sc_pipe_tx);
sc_pipe_tx       1349 dev/usb/if_udav.c 	if (sc->sc_pipe_tx != NULL) {
sc_pipe_tx       1350 dev/usb/if_udav.c 		err = usbd_abort_pipe(sc->sc_pipe_tx);
sc_pipe_tx       1354 dev/usb/if_udav.c 		err = usbd_close_pipe(sc->sc_pipe_tx);
sc_pipe_tx       1358 dev/usb/if_udav.c 		sc->sc_pipe_tx = NULL;
sc_pipe_tx        173 dev/usb/if_udavreg.h 	usbd_pipe_handle	sc_pipe_tx;
sc_pipe_tx        366 dev/usb/if_url.c 	if (sc->sc_pipe_tx != NULL)
sc_pipe_tx        570 dev/usb/if_url.c 	if (sc->sc_pipe_tx == NULL || sc->sc_pipe_rx == NULL) {
sc_pipe_tx        719 dev/usb/if_url.c 			     USBD_EXCLUSIVE_USE, &sc->sc_pipe_tx);
sc_pipe_tx        918 dev/usb/if_url.c 	usbd_setup_xfer(c->url_xfer, sc->sc_pipe_tx, c, c->url_buf, total_len,
sc_pipe_tx        971 dev/usb/if_url.c 			usbd_clear_endpoint_stall_async(sc->sc_pipe_tx);
sc_pipe_tx       1237 dev/usb/if_url.c 	if (sc->sc_pipe_tx != NULL) {
sc_pipe_tx       1238 dev/usb/if_url.c 		err = usbd_abort_pipe(sc->sc_pipe_tx);
sc_pipe_tx       1242 dev/usb/if_url.c 		err = usbd_close_pipe(sc->sc_pipe_tx);
sc_pipe_tx       1246 dev/usb/if_url.c 		sc->sc_pipe_tx = NULL;
sc_pipe_tx        163 dev/usb/if_urlreg.h 	usbd_pipe_handle	sc_pipe_tx;