Searched defs:vfio_device (Results 1 – 2 of 2) sorted by relevance
93 struct vfio_device { struct96 const struct vfio_device_ops *ops; argument97 struct vfio_group *group;98 struct list_head group_next;99 void *device_data;
133 struct vfio_device *vfio_device; member