Lines Matching refs:vbt_header
2881 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt) in get_bdb_header()
2897 const struct vbt_header *vbt = buf; in intel_bios_is_valid_vbt()
2903 if (sizeof(struct vbt_header) > size) { in intel_bios_is_valid_vbt()
2944 static struct vbt_header *spi_oprom_get_vbt(struct drm_i915_private *i915) in spi_oprom_get_vbt()
2972 found + offsetof(struct vbt_header, vbt_size)); in spi_oprom_get_vbt()
2987 return (struct vbt_header *)vbt; in spi_oprom_get_vbt()
2995 static struct vbt_header *oprom_get_vbt(struct drm_i915_private *i915) in oprom_get_vbt()
2999 struct vbt_header *vbt; in oprom_get_vbt()
3020 if (sizeof(struct vbt_header) > size) { in oprom_get_vbt()
3025 vbt_size = ioread16(p + offsetof(struct vbt_header, vbt_size)); in oprom_get_vbt()
3066 const struct vbt_header *vbt = i915->display.opregion.vbt; in intel_bios_init()
3067 struct vbt_header *oprom_vbt = NULL; in intel_bios_init()