Searched refs:vbt_header (Results 1 – 6 of 6) sorted by relevance
118 struct mid_vbt_header vbt_header; member124 struct mid_vbt_header vbt_header; member274 struct mid_vbt_header vbt_header; in mid_get_vbt_data() local290 vbt_virtual = ioremap(addr, sizeof(vbt_header)); in mid_get_vbt_data()294 memcpy_fromio(&vbt_header, vbt_virtual, sizeof(vbt_header)); in mid_get_vbt_data()297 if (memcmp(&vbt_header.signature, "$GCT", 4)) in mid_get_vbt_data()300 dev_dbg(dev->dev, "GCT revision is %02x\n", vbt_header.revision); in mid_get_vbt_data()302 switch (vbt_header.revision) { in mid_get_vbt_data()
520 struct vbt_header *vbt = NULL; in psb_intel_init_bios()531 struct vbt_header *vbt = dev_priv->opregion.vbt; in psb_intel_init_bios()548 vbt = (struct vbt_header *)(bios + i); in psb_intel_init_bios()
14 struct vbt_header { struct
118 struct vbt_header header;157 v->bdb_header.bdb_size = sizeof(struct vbt) - sizeof(struct vbt_header) in virt_vbt_generation()
1757 static const struct bdb_header *get_bdb_header(const struct vbt_header *vbt) in get_bdb_header()1773 const struct vbt_header *vbt = buf; in intel_bios_is_valid_vbt()1779 if (sizeof(struct vbt_header) > size) { in intel_bios_is_valid_vbt()1806 static const struct vbt_header *find_vbt(void __iomem *bios, size_t size) in find_vbt()1842 const struct vbt_header *vbt = dev_priv->opregion.vbt; in intel_bios_init()
53 struct vbt_header { struct