cfg_space_offset   45 drivers/gpu/drm/i915/gvt/firmware.c 	u64 cfg_space_offset;	/* offset in the file */
cfg_space_offset   98 drivers/gpu/drm/i915/gvt/firmware.c 	h->cfg_space_offset = offsetof(struct gvt_firmware_header, data);
cfg_space_offset  100 drivers/gpu/drm/i915/gvt/firmware.c 	h->mmio_offset = h->cfg_space_offset + h->cfg_space_size;
cfg_space_offset  102 drivers/gpu/drm/i915/gvt/firmware.c 	p = firmware + h->cfg_space_offset;
cfg_space_offset  181 drivers/gpu/drm/i915/gvt/firmware.c 	mem = (fw->data + h->cfg_space_offset);
cfg_space_offset  263 drivers/gpu/drm/i915/gvt/firmware.c 	memcpy(firmware->cfg_space, fw->data + h->cfg_space_offset,