Home
last modified time | relevance | path

Searched refs:iommu_aux_attach_device (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h662 int iommu_aux_attach_device(struct iommu_domain *domain, struct device *dev);
1037 iommu_aux_attach_device(struct iommu_domain *domain, struct device *dev) in iommu_aux_attach_device() function
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c3017 int iommu_aux_attach_device(struct iommu_domain *domain, struct device *dev) in iommu_aux_attach_device() function
3029 EXPORT_SYMBOL_GPL(iommu_aux_attach_device);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_generic938 iommu_aux_attach_device
H A Dabi_gki_aarch64_galaxy2264 iommu_aux_attach_device
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_iommu_type1.c1796 return iommu_aux_attach_device(domain, iommu_device); in vfio_mdev_attach_domain()