Searched refs:aux_attach_dev (Results 1 – 3 of 3) sorted by relevance
292 int (*aux_attach_dev)(struct iommu_domain *domain, struct device *dev); member
3000 if (domain->ops->aux_attach_dev) in iommu_aux_attach_device()3001 ret = domain->ops->aux_attach_dev(domain, dev); in iommu_aux_attach_device()
5566 .aux_attach_dev = intel_iommu_aux_attach_device,