Lines Matching refs:vbt_header
2931 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt) in get_bdb_header()
2947 const struct vbt_header *vbt = buf; in intel_bios_is_valid_vbt()
2953 if (sizeof(struct vbt_header) > size) { in intel_bios_is_valid_vbt()
2987 static struct vbt_header *spi_oprom_get_vbt(struct drm_i915_private *i915) in spi_oprom_get_vbt()
3017 offsetof(struct vbt_header, vbt_size)); in spi_oprom_get_vbt()
3036 return (struct vbt_header *)vbt; in spi_oprom_get_vbt()
3044 static struct vbt_header *oprom_get_vbt(struct drm_i915_private *i915) in oprom_get_vbt()
3048 struct vbt_header *vbt; in oprom_get_vbt()
3069 if (sizeof(struct vbt_header) > size) { in oprom_get_vbt()
3074 vbt_size = ioread16(p + offsetof(struct vbt_header, vbt_size)); in oprom_get_vbt()
3115 const struct vbt_header *vbt = i915->display.opregion.vbt; in intel_bios_init()
3116 struct vbt_header *oprom_vbt = NULL; in intel_bios_init()