Searched refs:map_sg (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-map-ops.h | 43 * 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 D | iommu.h | 214 * @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 D | iommu.c | 2645 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 D | dma-iommu.c | 1241 .map_sg = iommu_dma_map_sg,
|
Completed in 10 milliseconds