Home
last modified time | relevance | path

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

/drivers/vfio/
Dvfio.c92 struct vfio_device { struct
535 struct vfio_device *vfio_group_create_device(struct vfio_group *group, in vfio_group_create_device()
540 struct vfio_device *device; in vfio_group_create_device()
565 struct vfio_device *device = container_of(kref, in vfio_device_release()
566 struct vfio_device, kref); in vfio_device_release()
581 void vfio_device_put(struct vfio_device *device) in vfio_device_put()
589 static void vfio_device_get(struct vfio_device *device) in vfio_device_get()
595 static struct vfio_device *vfio_group_get_device(struct vfio_group *group, in vfio_group_get_device()
598 struct vfio_device *device; in vfio_group_get_device()
660 struct vfio_device *device; in vfio_dev_viable()
[all …]
/drivers/vfio/pci/
Dvfio_pci.c1403 struct vfio_device *device; in vfio_pci_aer_err_detected()
1463 struct vfio_device *device; in vfio_pci_reflck_find()
1520 struct vfio_device **devices;
1528 struct vfio_device *device; in vfio_pci_get_unused_devs()
1588 devs.devices = kcalloc(i, sizeof(struct vfio_device *), GFP_KERNEL); in vfio_pci_try_bus_reset()
/drivers/gpu/drm/i915/gvt/
Dgvt.h221 struct vfio_device *vfio_device; member
Dkvmgt.c570 vgpu->vdev.vfio_device = vfio_device_get_from_dev( in kvmgt_get_vfio_device()
572 if (!vgpu->vdev.vfio_device) { in kvmgt_get_vfio_device()
640 if (WARN_ON(!((struct intel_vgpu *)vgpu)->vdev.vfio_device)) in kvmgt_put_vfio_device()
643 vfio_device_put(((struct intel_vgpu *)vgpu)->vdev.vfio_device); in kvmgt_put_vfio_device()