Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvfio.h79 struct vfio_device_ops { struct
80 char *name;
81 int (*init)(struct vfio_device *vdev);
82 void (*release)(struct vfio_device *vdev);
83 int (*open_device)(struct vfio_device *vdev);
84 void (*close_device)(struct vfio_device *vdev);
85 ssize_t (*read)(struct vfio_device *vdev, char __user *buf,
87 ssize_t (*write)(struct vfio_device *vdev, const char __user *buf,
89 long (*ioctl)(struct vfio_device *vdev, unsigned int cmd,
91 int (*mmap)(struct vfio_device *vdev, struct vm_area_struct *vma);
[all …]