sc_tx_pipeh       386 dev/usb/if_ral.c 	if (sc->sc_tx_pipeh != NULL) {
sc_tx_pipeh       387 dev/usb/if_ral.c 		usbd_abort_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh       388 dev/usb/if_ral.c 		usbd_close_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh       684 dev/usb/if_ral.c 			usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh);
sc_tx_pipeh      1012 dev/usb/if_ral.c 	usbd_setup_xfer(xfer, sc->sc_tx_pipeh, NULL, &cmd, sizeof cmd,
sc_tx_pipeh      1030 dev/usb/if_ral.c 	usbd_setup_xfer(xfer, sc->sc_tx_pipeh, NULL, buf, xferlen,
sc_tx_pipeh      1139 dev/usb/if_ral.c 		usbd_setup_xfer(data->xfer, sc->sc_tx_pipeh, data, data->buf,
sc_tx_pipeh      1214 dev/usb/if_ral.c 	usbd_setup_xfer(data->xfer, sc->sc_tx_pipeh, data, data->buf, xferlen,
sc_tx_pipeh      2001 dev/usb/if_ral.c 	    &sc->sc_tx_pipeh);
sc_tx_pipeh      2101 dev/usb/if_ral.c 	if (sc->sc_tx_pipeh != NULL) {
sc_tx_pipeh      2102 dev/usb/if_ral.c 		usbd_abort_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh      2103 dev/usb/if_ral.c 		usbd_close_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh      2104 dev/usb/if_ral.c 		sc->sc_tx_pipeh = NULL;
sc_tx_pipeh        90 dev/usb/if_ralvar.h 	usbd_pipe_handle		sc_tx_pipeh;
sc_tx_pipeh       468 dev/usb/if_rum.c 	if (sc->sc_tx_pipeh != NULL) {
sc_tx_pipeh       469 dev/usb/if_rum.c 		usbd_abort_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh       470 dev/usb/if_rum.c 		usbd_close_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh       743 dev/usb/if_rum.c 			usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh);
sc_tx_pipeh      1148 dev/usb/if_rum.c 		usbd_setup_xfer(data->xfer, sc->sc_tx_pipeh, data, data->buf,
sc_tx_pipeh      1222 dev/usb/if_rum.c 	usbd_setup_xfer(data->xfer, sc->sc_tx_pipeh, data, data->buf, xferlen,
sc_tx_pipeh      2013 dev/usb/if_rum.c 	    &sc->sc_tx_pipeh);
sc_tx_pipeh      2114 dev/usb/if_rum.c 	if (sc->sc_tx_pipeh != NULL) {
sc_tx_pipeh      2115 dev/usb/if_rum.c 		usbd_abort_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh      2116 dev/usb/if_rum.c 		usbd_close_pipe(sc->sc_tx_pipeh);
sc_tx_pipeh      2117 dev/usb/if_rum.c 		sc->sc_tx_pipeh = NULL;
sc_tx_pipeh        92 dev/usb/if_rumvar.h 	usbd_pipe_handle		sc_tx_pipeh;