Home
last modified time | relevance | path

Searched defs:vfio_device_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
Dvfio.h112 struct vfio_device_ops { struct
113 char *name;
114 int (*init)(struct vfio_device *vdev);
115 void (*release)(struct vfio_device *vdev);
116 int (*bind_iommufd)(struct vfio_device *vdev,
118 void (*unbind_iommufd)(struct vfio_device *vdev);
119 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id);
120 void (*detach_ioas)(struct vfio_device *vdev);
121 int (*pasid_attach_ioas)(struct vfio_device *vdev, u32 pasid,
123 void (*pasid_detach_ioas)(struct vfio_device *vdev, u32 pasid);
[all …]