Home
last modified time | relevance | path

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

/linux/drivers/vfio/
H A Ddevice_cdev.c15 cdev_init(&device->cdev, &vfio_device_fops); in vfio_init_device_cdev()
H A Dvfio.h37 extern const struct file_operations vfio_device_fops;
H A Dvfio_main.c1426 const struct file_operations vfio_device_fops = { variable
1444 if (file->f_op != &vfio_device_fops) in vfio_device_from_file()