Lines Matching refs:vbt_header
2966 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt) in get_bdb_header()
2982 const struct vbt_header *vbt = buf; in intel_bios_is_valid_vbt()
2988 if (sizeof(struct vbt_header) > size) { in intel_bios_is_valid_vbt()
3022 static struct vbt_header *spi_oprom_get_vbt(struct drm_i915_private *i915) in spi_oprom_get_vbt()
3052 offsetof(struct vbt_header, vbt_size)); in spi_oprom_get_vbt()
3071 return (struct vbt_header *)vbt; in spi_oprom_get_vbt()
3079 static struct vbt_header *oprom_get_vbt(struct drm_i915_private *i915) in oprom_get_vbt()
3083 struct vbt_header *vbt; in oprom_get_vbt()
3104 if (sizeof(struct vbt_header) > size) { in oprom_get_vbt()
3109 vbt_size = ioread16(p + offsetof(struct vbt_header, vbt_size)); in oprom_get_vbt()
3150 const struct vbt_header *vbt = i915->display.opregion.vbt; in intel_bios_init()
3151 struct vbt_header *oprom_vbt = NULL; in intel_bios_init()