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