Searched defs:vdev (Results  1 – 4 of 4) sorted by relevance
| /samples/vfio-mdev/ | 
| D | mdpy.c | 98 	struct vfio_device vdev;  member 225 static int mdpy_init_dev(struct vfio_device *vdev)  in mdpy_init_dev() 282 static void mdpy_release_dev(struct vfio_device *vdev)  in mdpy_release_dev() 301 static ssize_t mdpy_read(struct vfio_device *vdev, char __user *buf,  in mdpy_read() 362 static ssize_t mdpy_write(struct vfio_device *vdev, const char __user *buf,  in mdpy_write() 421 static int mdpy_mmap(struct vfio_device *vdev, struct vm_area_struct *vma)  in mdpy_mmap() 515 static long mdpy_ioctl(struct vfio_device *vdev, unsigned int cmd,  in mdpy_ioctl()
  | 
| D | mtty.c | 154 	struct vfio_device vdev;  member 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() [all …] 
 | 
| D | mbochs.c | 175 	struct vfio_device vdev;  member 519 static int mbochs_init_dev(struct vfio_device *vdev)  in mbochs_init_dev() 592 static void mbochs_release_dev(struct vfio_device *vdev)  in mbochs_release_dev() 610 static ssize_t mbochs_read(struct vfio_device *vdev, char __user *buf,  in mbochs_read() 671 static ssize_t mbochs_write(struct vfio_device *vdev, const char __user *buf,  in mbochs_write() 798 static int mbochs_mmap(struct vfio_device *vdev, struct vm_area_struct *vma)  in mbochs_mmap() 1188 static long mbochs_ioctl(struct vfio_device *vdev, unsigned int cmd,  in mbochs_ioctl() 1308 static void mbochs_close_device(struct vfio_device *vdev)  in mbochs_close_device()
  | 
| /samples/v4l/ | 
| D | v4l2-pci-skeleton.c | 55 	struct video_device vdev;  member 749 	struct video_device *vdev;  in skeleton_probe()  local
  |