Symbol: iommu_get_domain_for_dev
drivers/crypto/caam/caamalg_qi2.c
5222
priv->domain = iommu_get_domain_for_dev(dev);
drivers/crypto/caam/ctrl.c
1080
ctrlpriv->domain = iommu_get_domain_for_dev(dev);
drivers/crypto/hisilicon/sec/sec_drv.c
376
domain = iommu_get_domain_for_dev(info->dev);
drivers/crypto/hisilicon/sec/sec_drv.c
928
domain = iommu_get_domain_for_dev(info->dev);
drivers/crypto/hisilicon/sec2/sec_main.c
1386
domain = iommu_get_domain_for_dev(dev);
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
668
priv->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/dma/idxd/init.c
674
domain = iommu_get_domain_for_dev(dev);
drivers/dma/idxd/init.c
707
domain = iommu_get_domain_for_dev(dev);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4286
domain = iommu_get_domain_for_dev(adev->dev);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4303
domain = iommu_get_domain_for_dev(adev->dev);
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
2736
dom = iommu_get_domain_for_dev(adev->dev);
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
2791
dom = iommu_get_domain_for_dev(adev->dev);
drivers/gpu/drm/arm/display/komeda/komeda_dev.c
250
mdev->iommu = iommu_get_domain_for_dev(mdev->dev);
drivers/gpu/drm/arm/malidp_planes.c
307
mmu_dom = iommu_get_domain_for_dev(mp->base.dev->dev);
drivers/gpu/drm/exynos/exynos_drm_dma.c
116
mapping = iommu_get_domain_for_dev(priv->dma_dev);
drivers/gpu/drm/tegra/drm.c
1003
domain = iommu_get_domain_for_dev(client->dev);
drivers/gpu/drm/tegra/drm.c
1125
domain = iommu_get_domain_for_dev(dev->dev.parent);
drivers/gpu/drm/tegra/drm.c
944
struct iommu_domain *domain = iommu_get_domain_for_dev(client->dev);
drivers/gpu/drm/tegra/drm.c
957
domain = iommu_get_domain_for_dev(client->dev);
drivers/gpu/host1x/dev.c
379
struct iommu_domain *domain = iommu_get_domain_for_dev(host->dev);
drivers/gpu/host1x/dev.c
389
domain = iommu_get_domain_for_dev(host->dev);
drivers/hwtracing/coresight/coresight-tmc-etr.c
912
buf_hw->has_iommu = iommu_get_domain_for_dev(dev->parent);
drivers/hwtracing/ptt/hisi_ptt.c
1294
iommu_domain = iommu_get_domain_for_dev(&pdev->dev);
drivers/iommu/dma-iommu.c
1782
iommu_deferred_attach(dev, iommu_get_domain_for_dev(dev)))
drivers/iommu/iommu.c
2260
EXPORT_SYMBOL_GPL(iommu_get_domain_for_dev);
drivers/media/platform/rockchip/rkvdec/rkvdec.c
1844
rkvdec->iommu_domain = iommu_get_domain_for_dev(&pdev->dev);
drivers/net/ethernet/cavium/thunder/nicvf_main.c
2190
nic->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
4881
priv->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
3402
ethsw->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
4925
struct iommu_domain *domain = iommu_get_domain_for_dev(priv->dev);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
3207
pf->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
614
vf->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/marvell/octeontx2/nic/rep.c
816
priv->iommu_domain = iommu_get_domain_for_dev(dev);
drivers/net/ethernet/sfc/falcon/rx.c
727
domain = iommu_get_domain_for_dev(&efx->pci_dev->dev);
drivers/net/ipa/ipa_mem.c
465
domain = iommu_get_domain_for_dev(dev);
drivers/net/ipa/ipa_mem.c
495
domain = iommu_get_domain_for_dev(dev);
drivers/net/ipa/ipa_mem.c
571
domain = iommu_get_domain_for_dev(dev);
drivers/net/ipa/ipa_mem.c
599
domain = iommu_get_domain_for_dev(dev);
drivers/uio/uio_pci_generic_sva.c
35
domain = iommu_get_domain_for_dev(&udev->pdev->dev);
drivers/usb/host/xhci.c
268
domain = iommu_get_domain_for_dev(dev);
include/linux/iommu.h
912
extern struct iommu_domain *iommu_get_domain_for_dev(struct device *dev);
sound/pci/emu10k1/emu10k1_main.c
1449
domain = iommu_get_domain_for_dev(emu->card->dev);
sound/soc/qcom/qdsp6/q6usb.c
392
data->priv.domain = iommu_get_domain_for_dev(&pdev->dev);