Searched refs:iommu_attach_device (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dma.c | 68 ret = iommu_attach_device(priv->mapping, subdrv_dev); in drm_iommu_attach_device()
|
/linux/drivers/soc/fsl/qbman/ |
H A D | qman_portal.c | 63 ret = iommu_attach_device(pcfg->iommu_domain, dev); in portal_set_cpu()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | tegra.c | 144 ret = iommu_attach_device(tdev->iommu.domain, dev); in nvkm_device_tegra_probe_iommu()
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | firmware.c | 326 ret = iommu_attach_device(iommu_dom, core->fw.dev); in venus_firmware_init()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 70 ret = iommu_attach_device(private->domain, dev); in rockchip_drm_dma_attach_device()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_iommu.c | 430 ret = iommu_attach_device(iommu->domain, dev); in msm_iommu_new()
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 477 err = iommu_attach_device(pd->domain, dev); in usnic_uiom_attach_dev_to_pd()
|
/linux/drivers/iommu/ |
H A D | iommu.c | 2076 int iommu_attach_device(struct iommu_domain *domain, struct device *dev) in iommu_attach_device() function 2100 EXPORT_SYMBOL_GPL(iommu_attach_device);
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | ahb.c | 1041 ret = iommu_attach_device(iommu_dom, ab_ahb->fw.dev); in ath11k_ahb_fw_resources_init()
|
/linux/arch/arm/mm/ |
H A D | dma-mapping.c | 1650 err = iommu_attach_device(mapping->domain, dev); in __arm_iommu_attach_device()
|
/linux/drivers/vhost/ |
H A D | vdpa.c | 1343 ret = iommu_attach_device(v->domain, dma_dev); in vhost_vdpa_alloc_domain()
|