Searched defs:vfio_device (Results 1 – 2 of 2) sorted by relevance
92 struct vfio_device { struct95 const struct vfio_device_ops *ops; argument96 struct vfio_group *group;97 struct list_head group_next;98 void *device_data;
221 struct vfio_device *vfio_device; member