Searched refs:dma_direction_to_prot (Results 1 – 3 of 3) sorted by relevance
35 int dma_direction_to_prot(enum dma_data_direction dir, bool coherent);
546 int ioprot = dma_direction_to_prot(DMA_BIDIRECTIONAL, coherent); in __iommu_alloc_attrs()700 int prot = dma_direction_to_prot(dir, coherent); in __iommu_map_page()758 dma_direction_to_prot(dir, coherent)); in __iommu_map_sg_attrs()
138 int dma_direction_to_prot(enum dma_data_direction dir, bool coherent) in dma_direction_to_prot() function