Lines Matching refs:ASSIGN_VMD_DMA_OPS
408 #define ASSIGN_VMD_DMA_OPS(source, dest, fn) \ macro
425 ASSIGN_VMD_DMA_OPS(source, dest, alloc); in vmd_setup_dma_ops()
426 ASSIGN_VMD_DMA_OPS(source, dest, free); in vmd_setup_dma_ops()
427 ASSIGN_VMD_DMA_OPS(source, dest, mmap); in vmd_setup_dma_ops()
428 ASSIGN_VMD_DMA_OPS(source, dest, get_sgtable); in vmd_setup_dma_ops()
429 ASSIGN_VMD_DMA_OPS(source, dest, map_page); in vmd_setup_dma_ops()
430 ASSIGN_VMD_DMA_OPS(source, dest, unmap_page); in vmd_setup_dma_ops()
431 ASSIGN_VMD_DMA_OPS(source, dest, map_sg); in vmd_setup_dma_ops()
432 ASSIGN_VMD_DMA_OPS(source, dest, unmap_sg); in vmd_setup_dma_ops()
433 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_cpu); in vmd_setup_dma_ops()
434 ASSIGN_VMD_DMA_OPS(source, dest, sync_single_for_device); in vmd_setup_dma_ops()
435 ASSIGN_VMD_DMA_OPS(source, dest, sync_sg_for_cpu); in vmd_setup_dma_ops()
436 ASSIGN_VMD_DMA_OPS(source, dest, sync_sg_for_device); in vmd_setup_dma_ops()
437 ASSIGN_VMD_DMA_OPS(source, dest, dma_supported); in vmd_setup_dma_ops()
438 ASSIGN_VMD_DMA_OPS(source, dest, get_required_mask); in vmd_setup_dma_ops()
441 #undef ASSIGN_VMD_DMA_OPS