Lines Matching refs:device_data
24 static int vfio_mdev_open(void *device_data) in vfio_mdev_open() argument
26 struct mdev_device *mdev = device_data; in vfio_mdev_open()
43 static void vfio_mdev_release(void *device_data) in vfio_mdev_release() argument
45 struct mdev_device *mdev = device_data; in vfio_mdev_release()
54 static long vfio_mdev_unlocked_ioctl(void *device_data, in vfio_mdev_unlocked_ioctl() argument
57 struct mdev_device *mdev = device_data; in vfio_mdev_unlocked_ioctl()
66 static ssize_t vfio_mdev_read(void *device_data, char __user *buf, in vfio_mdev_read() argument
69 struct mdev_device *mdev = device_data; in vfio_mdev_read()
78 static ssize_t vfio_mdev_write(void *device_data, const char __user *buf, in vfio_mdev_write() argument
81 struct mdev_device *mdev = device_data; in vfio_mdev_write()
90 static int vfio_mdev_mmap(void *device_data, struct vm_area_struct *vma) in vfio_mdev_mmap() argument
92 struct mdev_device *mdev = device_data; in vfio_mdev_mmap()