Searched refs:vfio_device (Results 1 – 3 of 3) sorted by relevance
88 struct vfio_device { struct363 struct vfio_device *vfio_group_create_device(struct vfio_group *group, in vfio_group_create_device()368 struct vfio_device *device; in vfio_group_create_device()393 struct vfio_device *device = container_of(kref, in vfio_device_release()394 struct vfio_device, kref); in vfio_device_release()409 void vfio_device_put(struct vfio_device *device) in vfio_device_put()417 static void vfio_device_get(struct vfio_device *device) in vfio_device_get()423 static struct vfio_device *vfio_group_get_device(struct vfio_group *group, in vfio_group_get_device()426 struct vfio_device *device; in vfio_group_get_device()475 struct vfio_device *device; in vfio_dev_viable()[all …]
52 extern struct vfio_device *vfio_device_get_from_dev(struct device *dev);53 extern void vfio_device_put(struct vfio_device *device);54 extern void *vfio_device_data(struct vfio_device *device);
1017 struct vfio_device *device; in vfio_pci_aer_err_detected()1054 struct vfio_device **devices;1107 devs.devices = kcalloc(i, sizeof(struct vfio_device *), GFP_KERNEL); in vfio_pci_try_bus_reset()