Searched refs:detach_ioas (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/vfio/ |
H A D | device_cdev.c | 185 device->ops->detach_ioas(device); in vfio_df_ioctl_attach_pt() 207 device->ops->detach_ioas(device); in vfio_df_ioctl_detach_pt()
|
H A D | vfio_main.c | 277 !device->ops->detach_ioas))) in __vfio_register_dev()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform.c | 111 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
H A D | vfio_amba.c | 122 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci.c | 146 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
/openbmc/linux/include/linux/ |
H A D | vfio.h | 109 void (*detach_ioas)(struct vfio_device *vdev); member
|
/openbmc/linux/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 1379 .detach_ioas = vfio_iommufd_physical_detach_ioas, 1398 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 596 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 635 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 669 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
H A D | mtty.c | 1367 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
H A D | mbochs.c | 1380 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 1323 .detach_ioas = vfio_iommufd_physical_detach_ioas,
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1474 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2105 .detach_ioas = vfio_iommufd_emulated_detach_ioas,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 413 void (*detach_ioas)(struct vfio_device *vdev);
|