Home
last modified time | relevance | path

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 Dxhci_usba.c872 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 Dxhci_polled.c167 xhci_transfer_copy(xt, xhci_polledp->xhci_polled_buf, len, B_TRUE); in xhci_polled_endpoint_transfer()
H A Dxhci_endpoint.c1325 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 Dxhci_dma.c398 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 Dxhci.h761 extern void xhci_transfer_copy(xhci_transfer_t *, void *, size_t, boolean_t);