Searched refs:vfio_file_has_dev (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dvfio.h303 bool vfio_file_has_dev(struct file *file, struct vfio_device *device);
310 static inline bool vfio_file_has_dev(struct file *file, struct vfio_device *device) function
/linux-master/drivers/vfio/
H A Dgroup.c895 * vfio_file_has_dev - True if the VFIO file is a handle for device
901 bool vfio_file_has_dev(struct file *file, struct vfio_device *device) function
910 EXPORT_SYMBOL_GPL(vfio_file_has_dev); variable
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2407 if (vfio_file_has_dev(groups->files[i], vdev))

Completed in 215 milliseconds