Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dvfio.h92 struct vfio_device_ops { struct
93 char *name;
94 int (*init)(struct vfio_device *vdev);
95 void (*release)(struct vfio_device *vdev);
96 int (*bind_iommufd)(struct vfio_device *vdev,
98 void (*unbind_iommufd)(struct vfio_device *vdev);
99 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id);
100 int (*open_device)(struct vfio_device *vdev);
101 void (*close_device)(struct vfio_device *vdev);
106 long (*ioctl)(struct vfio_device *vdev, unsigned int cmd,
[all …]

Completed in 5 milliseconds