Lines Matching refs:vbt_header
2957 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt) in get_bdb_header()
2978 const struct vbt_header *vbt = buf; in intel_bios_is_valid_vbt()
2984 if (sizeof(struct vbt_header) > size) { in intel_bios_is_valid_vbt()
3019 static struct vbt_header *firmware_get_vbt(struct intel_display *display, in firmware_get_vbt()
3022 struct vbt_header *vbt = NULL; in firmware_get_vbt()
3056 static struct vbt_header *oprom_get_vbt(struct intel_display *display, in oprom_get_vbt()
3060 struct vbt_header *vbt; in oprom_get_vbt()
3074 if (sizeof(struct vbt_header) > intel_rom_size(rom) - offset) { in oprom_get_vbt()
3081 vbt_size = intel_rom_read16(rom, offset + offsetof(struct vbt_header, vbt_size)); in oprom_get_vbt()
3112 static const struct vbt_header *intel_bios_get_vbt(struct intel_display *display, in intel_bios_get_vbt()
3116 const struct vbt_header *vbt = NULL; in intel_bios_get_vbt()
3148 const struct vbt_header *vbt; in intel_bios_init()