Lines Matching defs:dev
9 static inline int dma_supported(struct device *dev, u64 mask) in dma_supported()
14 static inline int dma_set_mask(struct device *dev, u64 mask) in dma_set_mask()
24 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent()
29 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent()
34 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync()
42 static inline void dma_unmap_single(struct device *dev, dma_addr_t addr, in dma_unmap_single()
50 static inline void dma_unmap_page(struct device *dev, dma_addr_t address, in dma_unmap_page()
57 static inline void dma_unmap_sg(struct device *dev, struct scatterlist *sg, in dma_unmap_sg()
67 static inline void dma_sync_single_range_for_device(struct device *dev, in dma_sync_single_range_for_device()
75 static inline void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_for_cpu()
80 static inline void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu()
85 static inline void dma_sync_single_range_for_cpu(struct device *dev, in dma_sync_single_range_for_cpu()
93 static inline int dma_mapping_error(struct device *dev, dma_addr_t handle) in dma_mapping_error()