Searched refs:vfio_device (Results 1 – 5 of 5) sorted by relevance
93 struct vfio_device { struct536 struct vfio_device *vfio_group_create_device(struct vfio_group *group, in vfio_group_create_device()541 struct vfio_device *device; in vfio_group_create_device()567 struct vfio_device *device = container_of(kref, in vfio_device_release()568 struct vfio_device, kref); in vfio_device_release()584 void vfio_device_put(struct vfio_device *device) in vfio_device_put()592 static void vfio_device_get(struct vfio_device *device) in vfio_device_get()598 static struct vfio_device *vfio_group_get_device(struct vfio_group *group, in vfio_group_get_device()601 struct vfio_device *device; in vfio_group_get_device()664 struct vfio_device *device; in vfio_dev_viable()[all …]
56 extern struct vfio_device *vfio_device_get_from_dev(struct device *dev);57 extern void vfio_device_put(struct vfio_device *device);58 extern void *vfio_device_data(struct vfio_device *device);
523 struct vfio_device **pf_dev) in get_pf_vdev()544 struct vfio_device *pf_dev; in vfio_pci_vf_token_user_add()797 struct vfio_device **devices;1267 devs.devices = kcalloc(count, sizeof(struct vfio_device *), in vfio_pci_ioctl()1304 struct vfio_device *device; in vfio_pci_ioctl()1774 struct vfio_device *pf_dev; in vfio_pci_validate_vf_token()2078 struct vfio_device *device; in vfio_pci_aer_err_detected()2105 struct vfio_device *device; in vfio_pci_sriov_configure()2170 struct vfio_device *device; in vfio_pci_reflck_find()2229 struct vfio_device *device; in vfio_pci_get_unused_devs()[all …]
133 struct vfio_device *vfio_device; member614 vdev->vfio_device = vfio_device_get_from_dev( in kvmgt_get_vfio_device()616 if (!vdev->vfio_device) { in kvmgt_get_vfio_device()686 if (WARN_ON(!vdev->vfio_device)) in kvmgt_put_vfio_device()689 vfio_device_put(vdev->vfio_device); in kvmgt_put_vfio_device()
69 struct vfio_device *device; in vfio_fsl_mc_reflck_attach()