Home
last modified time | relevance | path

Searched refs:dma_sync_single_for_device (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dpci-dma-compat.h89 dma_sync_single_for_device(&hwdev->dev, dma_handle, size, (enum dma_data_direction)direction); in pci_dma_sync_single_for_device()
Ddma-mapping.h393 static inline void dma_sync_single_for_device(struct device *dev, in dma_sync_single_for_device() function
503 static inline void dma_sync_single_for_device(struct device *dev, in dma_sync_single_for_device() function
612 return dma_sync_single_for_device(dev, addr + offset, size, dir); in dma_sync_single_range_for_device()
/include/rdma/
Dib_verbs.h4076 dma_sync_single_for_device(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_device()