Home
last modified time | relevance | path

Searched refs:get_dma_ops (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/dma/
H A Dmapping.c156 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_phys()
209 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_phys()
243 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
348 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
381 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_cpu()
398 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_device()
415 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_sg_for_cpu()
432 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_sg_for_device()
448 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_need_sync()
471 if (!dma_map_direct(dev, get_dma_ops(dev))) in dma_need_unmap()
[all …]
H A Dops_helpers.c65 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages()
94 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages()
/linux/include/linux/
H A Ddma-map-ops.h70 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
83 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c519 set_dma_ops(dev, get_dma_ops(rproc->dev.parent)); in rproc_virtio_probe()