Lines Matching defs:ext
1034 struct vfio_region_info_ext *ext)
1036 struct vfio_region_info *region_info = &ext->base;
1062 ext->base.argsz = sizeof(*ext);
1063 ext->base.offset = MBOCHS_EDID_OFFSET;
1064 ext->base.size = MBOCHS_EDID_SIZE;
1065 ext->base.flags = (VFIO_REGION_INFO_FLAG_READ |
1068 ext->base.cap_offset = offsetof(typeof(*ext), type);
1069 ext->type.header.id = VFIO_REGION_INFO_CAP_TYPE;
1070 ext->type.header.version = 1;
1071 ext->type.header.next = 0;
1072 ext->type.type = VFIO_REGION_TYPE_GFX;
1073 ext->type.subtype = VFIO_REGION_SUBTYPE_GFX_EDID;