Lines Matching defs:dev
24 static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *dev) in dev_get_coherent_memory()
31 static inline dma_addr_t dma_get_device_base(struct device *dev, in dma_get_device_base()
97 static int dma_assign_coherent_memory(struct device *dev, in dma_assign_coherent_memory()
110 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory()
126 static void *__dma_alloc_from_coherent(struct device *dev, in __dma_alloc_from_coherent()
172 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent()
184 void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size, in dma_alloc_from_global_coherent()
222 int dma_release_from_dev_coherent(struct device *dev, int order, void *vaddr) in dma_release_from_dev_coherent()
275 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent()
303 static int rmem_dma_device_init(struct reserved_mem *rmem, struct device *dev) in rmem_dma_device_init()
324 struct device *dev) in rmem_dma_device_release()