Searched refs:xhci_transfer_sync (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 874 if (xhci_transfer_sync(xhcip, xt, in xhci_hcdi_pipe_ctrl_xfer() 1001 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORDEV) != in xhci_hcdi_pipe_bulk_xfer() 1294 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORDEV) != in xhci_hcdi_intr_oneshot() 1444 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORDEV) != DDI_FM_OK) { in xhci_hcdi_isoc_oneshot()
|
H A D | xhci_polled.c | 156 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORCPU) != DDI_FM_OK) { in xhci_polled_endpoint_transfer()
|
H A D | xhci_endpoint.c | 1313 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORCPU) != in xhci_endpoint_control_callback() 1485 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORCPU) != in xhci_endpoint_norm_callback() 1572 if (xhci_transfer_sync(xhcip, xt, in xhci_endpoint_isoch_callback()
|
H A D | xhci_dma.c | 409 xhci_transfer_sync(xhci_t *xhcip, xhci_transfer_t *xt, uint_t type) in xhci_transfer_sync() function
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 762 extern int xhci_transfer_sync(xhci_t *, xhci_transfer_t *, uint_t);
|