Lines Matching refs:dma_map_ops
79 struct dma_map_ops { struct
139 extern const struct dma_map_ops dma_virt_ops; argument
140 extern const struct dma_map_ops dma_dummy_ops;
194 static inline bool dma_is_direct(const struct dma_map_ops *ops) in dma_is_direct()
264 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
272 const struct dma_map_ops *dma_ops) in set_dma_ops()
281 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
297 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
315 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
333 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
349 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
371 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
383 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
397 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
411 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
425 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_device()