Home
last modified time | relevance | path

Searched refs:iommu_detach_device (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_iommu.c39 iommu_detach_device(iommu->domain, mmu->dev); in msm_iommu_detach()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c162 iommu_detach_device(tdev->iommu.domain, dev); in nvkm_device_tegra_probe_iommu()
180 iommu_detach_device(tdev->iommu.domain, tdev->device.dev); in nvkm_device_tegra_remove_iommu()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c108 iommu_detach_device(priv->mapping, subdrv_dev); in drm_iommu_detach_device()
/Linux-v5.4/drivers/infiniband/hw/usnic/
Dusnic_uiom.c501 iommu_detach_device(pd->domain, dev); in usnic_uiom_attach_dev_to_pd()
531 return iommu_detach_device(pd->domain, dev); in usnic_uiom_detach_dev_from_pd()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dfirmware.c285 iommu_detach_device(iommu, core->fw.dev); in venus_firmware_deinit()
/Linux-v5.4/drivers/soc/fsl/qbman/
Dqman_portal.c117 iommu_detach_device(pcfg->iommu_domain, NULL); in portal_set_cpu()
/Linux-v5.4/include/linux/
Diommu.h418 extern void iommu_detach_device(struct iommu_domain *domain,
649 static inline void iommu_detach_device(struct iommu_domain *domain, in iommu_detach_device() function
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c72 iommu_detach_device(domain, dev); in rockchip_drm_dma_detach_device()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1247 iommu_detach_device(gmu->domain, gmu->dev); in a6xx_gmu_remove()
1334 iommu_detach_device(gmu->domain, gmu->dev); in a6xx_gmu_init()
/Linux-v5.4/drivers/iommu/
Diommu.c1682 void iommu_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_detach_device() function
1702 EXPORT_SYMBOL_GPL(iommu_detach_device);
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c140 iommu_detach_device(domain, dev); in rproc_disable_iommu()
/Linux-v5.4/drivers/vfio/
Dvfio_iommu_type1.c1376 iommu_detach_device(domain, iommu_device); in vfio_mdev_detach_domain()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c2228 iommu_detach_device(mapping->domain, dev); in arm_iommu_detach_device()