Lines Matching refs:mdev_device
116 static int kvmgt_guest_init(struct mdev_device *mdev);
646 static int intel_vgpu_create(struct kobject *kobj, struct mdev_device *mdev) in intel_vgpu_create()
685 static int intel_vgpu_remove(struct mdev_device *mdev) in intel_vgpu_remove()
745 static int intel_vgpu_open(struct mdev_device *mdev) in intel_vgpu_open()
842 static void intel_vgpu_release(struct mdev_device *mdev) in intel_vgpu_release()
932 static ssize_t intel_vgpu_rw(struct mdev_device *mdev, char *buf, in intel_vgpu_rw()
981 static bool gtt_entry(struct mdev_device *mdev, loff_t *ppos) in gtt_entry()
1000 static ssize_t intel_vgpu_read(struct mdev_device *mdev, char __user *buf, in intel_vgpu_read()
1073 static ssize_t intel_vgpu_write(struct mdev_device *mdev, in intel_vgpu_write()
1146 static int intel_vgpu_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in intel_vgpu_mmap()
1275 static long intel_vgpu_ioctl(struct mdev_device *mdev, unsigned int cmd, in intel_vgpu_ioctl()
1557 struct mdev_device *mdev = mdev_from_dev(dev); in vgpu_id_show()
1571 struct mdev_device *mdev = mdev_from_dev(dev); in hw_id_show()
1758 static int kvmgt_guest_init(struct mdev_device *mdev) in kvmgt_guest_init()