Searched refs:vfio_device (Results 1 – 4 of 4) sorted by relevance
92 struct vfio_device { struct535 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 …]
1403 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()
221 struct vfio_device *vfio_device; member
570 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()