Lines Matching refs:ASSIGN_VMD_DMA_OPS
422 #define ASSIGN_VMD_DMA_OPS(source, dest, fn) \ macro
439 ASSIGN_VMD_DMA_OPS(source, dest, alloc); in vmd_setup_dma_ops()
440 ASSIGN_VMD_DMA_OPS(source, dest, free); in vmd_setup_dma_ops()
441 ASSIGN_VMD_DMA_OPS(source, dest, mmap); in vmd_setup_dma_ops()
442 ASSIGN_VMD_DMA_OPS(source, dest, get_sgtable); in vmd_setup_dma_ops()
443 ASSIGN_VMD_DMA_OPS(source, dest, map_page); in vmd_setup_dma_ops()
444 ASSIGN_VMD_DMA_OPS(source, dest, unmap_page); in vmd_setup_dma_ops()
445 ASSIGN_VMD_DMA_OPS(source, dest, map_sg); in vmd_setup_dma_ops()
446 ASSIGN_VMD_DMA_OPS(source, dest, unmap_sg); in vmd_setup_dma_ops()
447 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_cpu); in vmd_setup_dma_ops()
448 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_device); in vmd_setup_dma_ops()
449 ASSIGN_VMD_DMA_OPS(source, dest, sync_sg_for_cpu); in vmd_setup_dma_ops()
450 ASSIGN_VMD_DMA_OPS(source, dest, sync_sg_for_device); in vmd_setup_dma_ops()
451 ASSIGN_VMD_DMA_OPS(source, dest, mapping_error); in vmd_setup_dma_ops()
452 ASSIGN_VMD_DMA_OPS(source, dest, dma_supported); in vmd_setup_dma_ops()
454 ASSIGN_VMD_DMA_OPS(source, dest, get_required_mask); in vmd_setup_dma_ops()
458 #undef ASSIGN_VMD_DMA_OPS