Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddma-mapping.h201 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
220 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
231 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs()
249 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs()
265 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
280 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
294 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
309 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
344 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
[all …]
/linux-4.19.296/drivers/pci/controller/
Dvmd.c316 return get_dma_ops(to_vmd_dev(dev)); in vmd_dma_ops()
422 if (get_dma_ops(&vmd->dev->dev)) in vmd_teardown_dma_ops()
434 const struct dma_map_ops *source = get_dma_ops(&vmd->dev->dev); in vmd_setup_dma_ops()