Searched refs:xhci_transfer_copy (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 872 xhci_transfer_copy(xt, ucrp->ctrl_data->b_rptr, in xhci_hcdi_pipe_ctrl_xfer() 999 xhci_transfer_copy(xt, ubrp->bulk_data->b_rptr, ubrp->bulk_len, in xhci_hcdi_pipe_bulk_xfer() 1292 xhci_transfer_copy(xt, uirp->intr_data->b_rptr, uirp->intr_len, in xhci_hcdi_intr_oneshot() 1443 xhci_transfer_copy(xt, usrp->isoc_data->b_rptr, mblen, B_FALSE); in xhci_hcdi_isoc_oneshot()
|
H A D | xhci_polled.c | 167 xhci_transfer_copy(xt, xhci_polledp->xhci_polled_buf, len, B_TRUE); in xhci_polled_endpoint_transfer()
|
H A D | xhci_endpoint.c | 1325 xhci_transfer_copy(xt, ucrp->ctrl_data->b_rptr, len, B_TRUE); in xhci_endpoint_control_callback() 1497 xhci_transfer_copy(xt, mp->b_rptr, len, B_TRUE); in xhci_endpoint_norm_callback() 1588 xhci_transfer_copy(xt, mp->b_rptr, len, B_TRUE); in xhci_endpoint_isoch_callback()
|
H A D | xhci_dma.c | 398 xhci_transfer_copy(xhci_transfer_t *xt, void *buf, size_t len, in xhci_transfer_copy() function
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 761 extern void xhci_transfer_copy(xhci_transfer_t *, void *, size_t, boolean_t);
|