Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvfio.h116 struct vfio_device_ops { struct
117 char *name;
118 int (*init)(struct vfio_device *vdev);
119 void (*release)(struct vfio_device *vdev);
120 int (*bind_iommufd)(struct vfio_device *vdev,
122 void (*unbind_iommufd)(struct vfio_device *vdev);
123 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id);
124 void (*detach_ioas)(struct vfio_device *vdev);
125 int (*pasid_attach_ioas)(struct vfio_device *vdev, u32 pasid,
127 void (*pasid_detach_ioas)(struct vfio_device *vdev, u32 pasid);
[all …]