Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
695 struct iommu_ops { struct696 bool (*capable)(struct device *dev, enum iommu_cap);697 void *(*hw_info)(struct device *dev, u32 *length,702 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);704 struct iommu_domain *(*domain_alloc_identity)(struct device *dev);705 struct iommu_domain *(*domain_alloc_paging_flags)(708 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);709 struct iommu_domain *(*domain_alloc_sva)(struct device *dev,711 struct iommu_domain *(*domain_alloc_nested)(715 struct iommu_device *(*probe_device)(struct device *dev);[all …]
1456 static const struct dma_map_ops iommu_ops = { variable