Searched refs:domain_alloc_identity (Results 1 – 3 of 3) sorted by relevance
672 struct iommu_domain *(*domain_alloc_identity)(struct device *dev); member
1093 .domain_alloc_identity = viommu_domain_alloc_identity,
1687 if (ops->domain_alloc_identity) { in __iommu_alloc_identity_domain()1688 domain = ops->domain_alloc_identity(dev); in __iommu_alloc_identity_domain()