Symbol: iommu_detach_device
arch/arm/mm/dma-mapping.c
1645
iommu_detach_device(mapping->domain, dev);
drivers/gpu/drm/exynos/exynos_drm_dma.c
92
iommu_detach_device(priv->mapping, subdrv_dev);
drivers/gpu/drm/msm/msm_iommu.c
672
iommu_detach_device(iommu->domain, mmu->dev);
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
158
iommu_detach_device(tdev->iommu.domain, dev);
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
176
iommu_detach_device(tdev->iommu.domain, tdev->device.dev);
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
88
iommu_detach_device(private->domain, dev);
drivers/infiniband/hw/usnic/usnic_uiom.c
495
iommu_detach_device(pd->domain, dev);
drivers/infiniband/hw/usnic/usnic_uiom.c
525
return iommu_detach_device(pd->domain, dev);
drivers/iommu/iommu.c
2237
EXPORT_SYMBOL_GPL(iommu_detach_device);
drivers/media/platform/qcom/venus/firmware.c
376
iommu_detach_device(iommu, core->fw.dev);
drivers/media/platform/rockchip/rkvdec/rkvdec.c
1433
iommu_detach_device(rkvdec->empty_domain, rkvdec->dev);
drivers/net/wireless/ath/ath10k/snoc.c
1678
iommu_detach_device(iommu_dom, ar_snoc->fw.dev);
drivers/net/wireless/ath/ath10k/snoc.c
1708
iommu_detach_device(iommu, ar_snoc->fw.dev);
drivers/net/wireless/ath/ath11k/ahb.c
1062
iommu_detach_device(iommu_dom, ab_ahb->fw.dev);
drivers/net/wireless/ath/ath11k/ahb.c
1101
iommu_detach_device(iommu, ab_ahb->fw.dev);
drivers/remoteproc/remoteproc_core.c
139
iommu_detach_device(domain, dev);
drivers/uio/uio_pci_generic_sva.c
37
iommu_detach_device(domain, &udev->pdev->dev);
drivers/vhost/vdpa.c
1363
iommu_detach_device(v->domain, dma_dev);
include/linux/iommu.h
910
extern void iommu_detach_device(struct iommu_domain *domain,