Searched refs:__generic_dma_ops (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/arm/include/asm/xen/ |
| D | page-coherent.h | 24 return __generic_dma_ops(hwdev)->alloc(hwdev, size, dma_handle, flags, attrs); in xen_alloc_coherent_pages() 31 __generic_dma_ops(hwdev)->free(hwdev, size, cpu_addr, dma_handle, attrs); in xen_free_coherent_pages() 55 __generic_dma_ops(hwdev)->map_page(hwdev, page, offset, size, dir, attrs); in xen_dma_map_page() 74 if (__generic_dma_ops(hwdev)->unmap_page) in xen_dma_unmap_page() 75 __generic_dma_ops(hwdev)->unmap_page(hwdev, handle, size, dir, attrs); in xen_dma_unmap_page() 85 if (__generic_dma_ops(hwdev)->sync_single_for_cpu) in xen_dma_sync_single_for_cpu() 86 __generic_dma_ops(hwdev)->sync_single_for_cpu(hwdev, handle, size, dir); in xen_dma_sync_single_for_cpu() 96 if (__generic_dma_ops(hwdev)->sync_single_for_device) in xen_dma_sync_single_for_device() 97 __generic_dma_ops(hwdev)->sync_single_for_device(hwdev, handle, size, dir); in xen_dma_sync_single_for_device()
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | dma-mapping.h | 30 static inline struct dma_map_ops *__generic_dma_ops(struct device *dev) in __generic_dma_ops() function 47 return __generic_dma_ops(dev); in get_dma_ops()
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | dma-mapping.h | 20 static inline struct dma_map_ops *__generic_dma_ops(struct device *dev) in __generic_dma_ops() function 32 return __generic_dma_ops(dev); in get_dma_ops()
|