Searched refs:vfio_device_fops (Results 1 – 4 of 4) sorted by relevance
15 cdev_init(&device->cdev, &vfio_device_fops); in vfio_init_device_cdev()
37 extern const struct file_operations vfio_device_fops;
1301 const struct file_operations vfio_device_fops = { variable1316 if (file->f_op != &vfio_device_fops) in vfio_device_from_file()
275 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_device_open_file()