data_rx_pipe      519 dev/usb/if_uath.c 	    &sc->data_rx_pipe);
data_rx_pipe      540 dev/usb/if_uath.c 	if (sc->data_rx_pipe != NULL)
data_rx_pipe      541 dev/usb/if_uath.c 		usbd_close_pipe(sc->data_rx_pipe);
data_rx_pipe      633 dev/usb/if_uath.c 	usbd_abort_pipe(sc->data_rx_pipe);
data_rx_pipe     1200 dev/usb/if_uath.c 			usbd_clear_endpoint_stall_async(sc->data_rx_pipe);
data_rx_pipe     1301 dev/usb/if_uath.c 	usbd_setup_xfer(data->xfer, sc->data_rx_pipe, data, data->buf,
data_rx_pipe     1903 dev/usb/if_uath.c 		usbd_setup_xfer(data->xfer, sc->data_rx_pipe, data, data->buf,
data_rx_pipe     2012 dev/usb/if_uath.c 	usbd_abort_pipe(sc->data_rx_pipe);
data_rx_pipe      131 dev/usb/if_uathvar.h 	usbd_pipe_handle		data_rx_pipe;