Lines Matching defs:dev
47 static dma_addr_t octeon_gen1_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen1_phys_to_dma()
54 static phys_addr_t octeon_gen1_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen1_dma_to_phys()
64 static dma_addr_t octeon_gen2_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_gen2_phys_to_dma()
69 static phys_addr_t octeon_gen2_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_gen2_dma_to_phys()
74 static dma_addr_t octeon_big_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_big_phys_to_dma()
86 static phys_addr_t octeon_big_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_big_dma_to_phys()
96 static dma_addr_t octeon_small_phys_to_dma(struct device *dev, in octeon_small_phys_to_dma()
111 static phys_addr_t octeon_small_dma_to_phys(struct device *dev, in octeon_small_dma_to_phys()
126 static dma_addr_t octeon_dma_map_page(struct device *dev, struct page *page, in octeon_dma_map_page()
137 static int octeon_dma_map_sg(struct device *dev, struct scatterlist *sg, in octeon_dma_map_sg()
145 static void octeon_dma_sync_single_for_device(struct device *dev, in octeon_dma_sync_single_for_device()
152 static void octeon_dma_sync_sg_for_device(struct device *dev, in octeon_dma_sync_sg_for_device()
159 static void *octeon_dma_alloc_coherent(struct device *dev, size_t size, in octeon_dma_alloc_coherent()
194 static void octeon_dma_free_coherent(struct device *dev, size_t size, in octeon_dma_free_coherent()
205 static dma_addr_t octeon_unity_phys_to_dma(struct device *dev, phys_addr_t paddr) in octeon_unity_phys_to_dma()
210 static phys_addr_t octeon_unity_dma_to_phys(struct device *dev, dma_addr_t daddr) in octeon_unity_dma_to_phys()
221 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma()
231 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys()