Searched refs:vfio_device (Results 1 – 3 of 3) sorted by relevance
89 struct vfio_device { struct364 struct vfio_device *vfio_group_create_device(struct vfio_group *group, in vfio_group_create_device()369 struct vfio_device *device; in vfio_group_create_device()394 struct vfio_device *device = container_of(kref, in vfio_device_release()395 struct vfio_device, kref); in vfio_device_release()410 void vfio_device_put(struct vfio_device *device) in vfio_device_put()418 static void vfio_device_get(struct vfio_device *device) in vfio_device_get()424 static struct vfio_device *vfio_group_get_device(struct vfio_group *group, in vfio_group_get_device()427 struct vfio_device *device; in vfio_group_get_device()494 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;1062 struct vfio_device *device; in vfio_pci_get_devs()1109 devs.devices = kcalloc(i, sizeof(struct vfio_device *), GFP_KERNEL); in vfio_pci_try_bus_reset()