Home
last modified time | relevance | path

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

/qemu/include/hw/vfio/
H A Dvfio-container-base.h122 void (*detach_device)(VFIODevice *vbasedev); member
/qemu/hw/vfio/
H A Diommufd.c618 vioc->detach_device = iommufd_cdev_detach; in vfio_iommu_iommufd_class_init()
H A Dcontainer.c1133 vioc->detach_device = vfio_legacy_detach_device; in vfio_iommu_legacy_class_init()
H A Dcommon.c1546 vbasedev->bcontainer->ops->detach_device(vbasedev); in vfio_detach_device()