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