Home
last modified time | relevance | path

Searched refs:vfio_device (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/vfio/
Dvfio.c93 struct vfio_device { struct
536 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 …]
/Linux-v5.10/include/linux/
Dvfio.h56 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);
/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci.c523 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 …]
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dkvmgt.c133 struct vfio_device *vfio_device; member
614 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()
/Linux-v5.10/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c69 struct vfio_device *device; in vfio_fsl_mc_reflck_attach()