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