Lines Matching refs:mdev_device
109 static int kvmgt_guest_init(struct mdev_device *mdev);
504 static int intel_vgpu_create(struct kobject *kobj, struct mdev_device *mdev) in intel_vgpu_create()
543 static int intel_vgpu_remove(struct mdev_device *mdev) in intel_vgpu_remove()
603 static int intel_vgpu_open(struct mdev_device *mdev) in intel_vgpu_open()
691 static void intel_vgpu_release(struct mdev_device *mdev) in intel_vgpu_release()
781 static ssize_t intel_vgpu_rw(struct mdev_device *mdev, char *buf, in intel_vgpu_rw()
830 static bool gtt_entry(struct mdev_device *mdev, loff_t *ppos) in gtt_entry()
849 static ssize_t intel_vgpu_read(struct mdev_device *mdev, char __user *buf, in intel_vgpu_read()
922 static ssize_t intel_vgpu_write(struct mdev_device *mdev, in intel_vgpu_write()
995 static int intel_vgpu_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in intel_vgpu_mmap()
1114 static long intel_vgpu_ioctl(struct mdev_device *mdev, unsigned int cmd, in intel_vgpu_ioctl()
1398 struct mdev_device *mdev = mdev_from_dev(dev); in vgpu_id_show()
1412 struct mdev_device *mdev = mdev_from_dev(dev); in hw_id_show()
1599 static int kvmgt_guest_init(struct mdev_device *mdev) in kvmgt_guest_init()