dma_sync_single_for_device  294 include/asm-generic/dma-mapping.h 	dma_sync_single_for_device(dev, dma_handle, offset+size, direction);
dma_sync_single_for_device   84 include/asm-generic/pci-dma-compat.h 	dma_sync_single_for_device(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direction)direction);
dma_sync_single_for_device   72 include/asm-m68k/dma-mapping.h extern void dma_sync_single_for_device(struct device *, dma_addr_t, size_t,
dma_sync_single_for_device   82 include/asm-m68k/dma-mapping.h 	dma_sync_single_for_device(dev, dma_handle, offset + size, direction);
dma_sync_single_for_device   19 include/asm-parisc/dma-mapping.h 	void (*dma_sync_single_for_device)(struct device *dev, dma_addr_t iova, unsigned long offset, size_t size, enum dma_data_direction direction);
dma_sync_single_for_device  132 include/asm-parisc/dma-mapping.h 	if(hppa_dma_ops->dma_sync_single_for_device)
dma_sync_single_for_device  133 include/asm-parisc/dma-mapping.h 		hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, 0, size, direction);
dma_sync_single_for_device  150 include/asm-parisc/dma-mapping.h 	if(hppa_dma_ops->dma_sync_single_for_device)
dma_sync_single_for_device  151 include/asm-parisc/dma-mapping.h 		hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, offset, size, direction);
dma_sync_single_for_device  497 include/linux/ssb/ssb.h 		dma_sync_single_for_device(dev->dev, dma_addr, size, dir);
dma_sync_single_for_device 1790 include/rdma/ib_verbs.h 		dma_sync_single_for_device(dev->dma_device, addr, size, dir);