Lines Matching refs:device_data
27 static int vfio_mdev_open(void *device_data) in vfio_mdev_open() argument
29 struct mdev_device *mdev = device_data; in vfio_mdev_open()
46 static void vfio_mdev_release(void *device_data) in vfio_mdev_release() argument
48 struct mdev_device *mdev = device_data; in vfio_mdev_release()
57 static long vfio_mdev_unlocked_ioctl(void *device_data, in vfio_mdev_unlocked_ioctl() argument
60 struct mdev_device *mdev = device_data; in vfio_mdev_unlocked_ioctl()
69 static ssize_t vfio_mdev_read(void *device_data, char __user *buf, in vfio_mdev_read() argument
72 struct mdev_device *mdev = device_data; in vfio_mdev_read()
81 static ssize_t vfio_mdev_write(void *device_data, const char __user *buf, in vfio_mdev_write() argument
84 struct mdev_device *mdev = device_data; in vfio_mdev_write()
93 static int vfio_mdev_mmap(void *device_data, struct vm_area_struct *vma) in vfio_mdev_mmap() argument
95 struct mdev_device *mdev = device_data; in vfio_mdev_mmap()