Home
last modified time | relevance | path

Searched refs:map_sg (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-map-ops.h43 * map_sg returns 0 on error and a value > 0 on success.
46 int (*map_sg)(struct device *dev, struct scatterlist *sg, int nents, member
H A Diommu.h214 * @map_sg: map a scatter-gather list of physically contiguous chunks to
269 int (*map_sg)(struct iommu_domain *domain, unsigned long iova, struct scatterlist *sg, unsigned int nents, int prot, member
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2645 if (ops->map_sg) { in iommu_map_sg_ext()
2646 ret = ops->map_sg(domain, iova, sg, nents, prot, gfp, &mapped); in iommu_map_sg_ext()
H A Ddma-iommu.c1241 .map_sg = iommu_dma_map_sg,

Completed in 10 milliseconds