Home
last modified time | relevance | path

Searched refs:vfio_device_fops (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/vfio/
H A Ddevice_cdev.c15 cdev_init(&device->cdev, &vfio_device_fops); in vfio_init_device_cdev()
115 * Paired with smp_load_acquire() in vfio_device_fops::ioctl/ in vfio_df_ioctl_bind_iommufd()
H A Dvfio.h37 extern const struct file_operations vfio_device_fops;
H A Dvfio_main.c1301 const struct file_operations vfio_device_fops = { variable
1316 if (file->f_op != &vfio_device_fops) in vfio_device_from_file()
H A Dgroup.c215 * Paired with smp_load_acquire() in vfio_device_fops::ioctl/ in vfio_df_group_open()
275 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_device_open_file()
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio.c1393 static const struct file_operations vfio_device_fops; variable
1429 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
1644 static const struct file_operations vfio_device_fops = { variable

Completed in 9 milliseconds