Home
last modified time | relevance | path

Searched refs:detach_device (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Dfsl_pamu_domain.c124 static void detach_device(struct device *dev, struct fsl_dma_domain *dma_domain) in detach_device() function
151 detach_device(dev, old_domain_info->domain); in attach_device()
191 detach_device(NULL, dma_domain); in fsl_pamu_domain_free()
312 detach_device(dev, dma_domain); in fsl_pamu_set_platform_dma()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c152 goto detach_device; in nvkm_device_tegra_probe_iommu()
157 detach_device: in nvkm_device_tegra_probe_iommu()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-container-base.h121 void (*detach_device)(VFIODevice *vbasedev); member
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c81 static void detach_device(struct device *dev);
437 detach_device(dev); in amd_iommu_uninit_device()
1861 static void detach_device(struct device *dev) in detach_device() function
2218 detach_device(dev); in amd_iommu_attach_device()
/openbmc/qemu/hw/vfio/
H A Diommufd.c799 vioc->detach_device = iommufd_cdev_detach; in vfio_iommu_iommufd_class_init()
H A Dcontainer.c1136 vioc->detach_device = vfio_legacy_detach_device; in vfio_iommu_legacy_class_init()
H A Dcommon.c1572 VFIO_IOMMU_GET_CLASS(vbasedev->bcontainer)->detach_device(vbasedev); in vfio_detach_device()