Home
last modified time | relevance | path

Searched refs:arch_dma_unmap_sg_direct (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddma-map-ops.h418 bool arch_dma_unmap_sg_direct(struct device *dev, struct scatterlist *sg,
424 #define arch_dma_unmap_sg_direct(d, s, n) (false) macro
/openbmc/linux/arch/powerpc/kernel/
H A Ddma-iommu.c52 bool arch_dma_unmap_sg_direct(struct device *dev, struct scatterlist *sg, in arch_dma_unmap_sg_direct() function
/openbmc/linux/kernel/dma/
H A Dmapping.c292 arch_dma_unmap_sg_direct(dev, sg, nents)) in dma_unmap_sg_attrs()