Lines Matching refs:mdev_device
113 struct mdev_device *mdev;
147 static int kvmgt_guest_init(struct mdev_device *mdev);
692 static int intel_vgpu_create(struct kobject *kobj, struct mdev_device *mdev) in intel_vgpu_create()
731 static int intel_vgpu_remove(struct mdev_device *mdev) in intel_vgpu_remove()
792 static int intel_vgpu_open(struct mdev_device *mdev) in intel_vgpu_open()
911 static void intel_vgpu_release(struct mdev_device *mdev) in intel_vgpu_release()
1001 static ssize_t intel_vgpu_rw(struct mdev_device *mdev, char *buf, in intel_vgpu_rw()
1051 static bool gtt_entry(struct mdev_device *mdev, loff_t *ppos) in gtt_entry()
1070 static ssize_t intel_vgpu_read(struct mdev_device *mdev, char __user *buf, in intel_vgpu_read()
1143 static ssize_t intel_vgpu_write(struct mdev_device *mdev, in intel_vgpu_write()
1216 static int intel_vgpu_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in intel_vgpu_mmap()
1345 static long intel_vgpu_ioctl(struct mdev_device *mdev, unsigned int cmd, in intel_vgpu_ioctl()
1628 struct mdev_device *mdev = mdev_from_dev(dev); in vgpu_id_show()
1810 static int kvmgt_guest_init(struct mdev_device *mdev) in kvmgt_guest_init()