Lines Matching refs:vbt_header
57 * The VBT consists of a VBT Header (defined as &struct vbt_header), a BDB
2957 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt)
2978 const struct vbt_header *vbt = buf;
2984 if (sizeof(struct vbt_header) > size) {
3019 static struct vbt_header *firmware_get_vbt(struct intel_display *display,
3022 struct vbt_header *vbt = NULL;
3056 static struct vbt_header *oprom_get_vbt(struct intel_display *display,
3060 struct vbt_header *vbt;
3074 if (sizeof(struct vbt_header) > intel_rom_size(rom) - offset) {
3081 vbt_size = intel_rom_read16(rom, offset + offsetof(struct vbt_header, vbt_size));
3112 static const struct vbt_header *intel_bios_get_vbt(struct intel_display *display,
3116 const struct vbt_header *vbt = NULL;
3148 const struct vbt_header *vbt;