Lines Matching defs:mdev
113 struct mdev_device *mdev; member
790 static int intel_vgpu_create(struct mdev_device *mdev) in intel_vgpu_create()
827 static int intel_vgpu_remove(struct mdev_device *mdev) in intel_vgpu_remove()
888 static int intel_vgpu_open_device(struct mdev_device *mdev) in intel_vgpu_open_device()
1007 static void intel_vgpu_close_device(struct mdev_device *mdev) in intel_vgpu_close_device()
1097 static ssize_t intel_vgpu_rw(struct mdev_device *mdev, char *buf, in intel_vgpu_rw()
1147 static bool gtt_entry(struct mdev_device *mdev, loff_t *ppos) in gtt_entry()
1166 static ssize_t intel_vgpu_read(struct mdev_device *mdev, char __user *buf, in intel_vgpu_read()
1239 static ssize_t intel_vgpu_write(struct mdev_device *mdev, in intel_vgpu_write()
1312 static int intel_vgpu_mmap(struct mdev_device *mdev, struct vm_area_struct *vma) in intel_vgpu_mmap()
1441 static long intel_vgpu_ioctl(struct mdev_device *mdev, unsigned int cmd, in intel_vgpu_ioctl()
1724 struct mdev_device *mdev = mdev_from_dev(dev); in vgpu_id_show() local
1913 static int kvmgt_guest_init(struct mdev_device *mdev) in kvmgt_guest_init()