Home
last modified time | relevance | path

Searched refs:aux_detach_dev (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h310 void (*aux_detach_dev)(struct iommu_domain *domain, struct device *dev); member
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c3033 if (domain->ops->aux_detach_dev) { in iommu_aux_detach_device()
3034 domain->ops->aux_detach_dev(domain, dev); in iommu_aux_detach_device()
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c6189 .aux_detach_dev = intel_iommu_aux_detach_device,