Lines Matching refs:vfio_device
154 struct vfio_device vdev;
1224 static struct file *mtty_set_state(struct vfio_device *vdev, in mtty_set_state()
1259 static int mtty_get_state(struct vfio_device *vdev, in mtty_get_state()
1271 static int mtty_get_data_size(struct vfio_device *vdev, in mtty_get_data_size()
1287 static int mtty_log_start(struct vfio_device *vdev, in mtty_log_start()
1294 static int mtty_log_stop(struct vfio_device *vdev) in mtty_log_stop()
1299 static int mtty_log_read_and_clear(struct vfio_device *vdev, in mtty_log_read_and_clear()
1312 static int mtty_init_dev(struct vfio_device *vdev) in mtty_init_dev()
1382 static void mtty_release_dev(struct vfio_device *vdev) in mtty_release_dev()
1417 static ssize_t mtty_read(struct vfio_device *vdev, char __user *buf, in mtty_read()
1478 static ssize_t mtty_write(struct vfio_device *vdev, const char __user *buf, in mtty_write()
1788 static long mtty_ioctl(struct vfio_device *vdev, unsigned int cmd, in mtty_ioctl()
1935 static void mtty_close(struct vfio_device *vdev) in mtty_close()