Searched defs:iommu_ops (Results 1 – 1 of 1) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | iommu.h | 257 struct iommu_ops { struct 258 bool (*capable)(enum iommu_cap); 261 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); 262 void (*domain_free)(struct iommu_domain *); 264 int (*attach_dev)(struct iommu_domain *domain, struct device *dev); 265 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); 266 …uct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp); 267 …(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t pgsize, size_t pgcount, 269 …uct iommu_domain *domain, unsigned long iova, struct scatterlist *sg, unsigned int nents, int prot, 271 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova, size_t size, [all …]
|