Home
last modified time | relevance | path

Searched refs:vfio_device_fops (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/vfio/
Ddevice_cdev.c15 cdev_init(&device->cdev, &vfio_device_fops); in vfio_init_device_cdev()
Dvfio.h37 extern const struct file_operations vfio_device_fops;
Dvfio_main.c1301 const struct file_operations vfio_device_fops = { variable
1316 if (file->f_op != &vfio_device_fops) in vfio_device_from_file()
Dgroup.c275 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_device_open_file()