Lines Matching refs:core_vdev
20 static int vfio_mdev_open_device(struct vfio_device *core_vdev) in vfio_mdev_open_device() argument
22 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_open_device()
31 static void vfio_mdev_close_device(struct vfio_device *core_vdev) in vfio_mdev_close_device() argument
33 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_close_device()
40 static long vfio_mdev_unlocked_ioctl(struct vfio_device *core_vdev, in vfio_mdev_unlocked_ioctl() argument
43 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_unlocked_ioctl()
52 static ssize_t vfio_mdev_read(struct vfio_device *core_vdev, char __user *buf, in vfio_mdev_read() argument
55 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_read()
64 static ssize_t vfio_mdev_write(struct vfio_device *core_vdev, in vfio_mdev_write() argument
68 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_write()
77 static int vfio_mdev_mmap(struct vfio_device *core_vdev, in vfio_mdev_mmap() argument
80 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_mmap()
89 static void vfio_mdev_request(struct vfio_device *core_vdev, unsigned int count) in vfio_mdev_request() argument
91 struct mdev_device *mdev = to_mdev_device(core_vdev->dev); in vfio_mdev_request()