Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
621 struct iommu_ops { struct622 bool (*capable)(struct device *dev, enum iommu_cap);623 void *(*hw_info)(struct device *dev, u32 *length, u32 *type);627 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);629 struct iommu_domain *(*domain_alloc_identity)(struct device *dev);630 struct iommu_domain *(*domain_alloc_paging_flags)(633 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);634 struct iommu_domain *(*domain_alloc_sva)(struct device *dev,636 struct iommu_domain *(*domain_alloc_nested)(640 struct iommu_device *(*probe_device)(struct device *dev);[all …]
1513 static const struct dma_map_ops iommu_ops = { variable