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
2912 if (domain->ops->aux_attach_dev) in iommu_aux_attach_device()2913 ret = domain->ops->aux_attach_dev(domain, dev); in iommu_aux_attach_device()
6097 .aux_attach_dev = intel_iommu_aux_attach_device,