Searched refs:vbt_header (Results 1 – 5 of 5) sorted by relevance
127 struct mid_vbt_header vbt_header; member133 struct mid_vbt_header vbt_header; member283 struct mid_vbt_header vbt_header; in mid_get_vbt_data() local297 vbt_virtual = ioremap(addr, sizeof(vbt_header)); in mid_get_vbt_data()301 memcpy_fromio(&vbt_header, vbt_virtual, sizeof(vbt_header)); in mid_get_vbt_data()304 if (memcmp(&vbt_header.signature, "$GCT", 4)) in mid_get_vbt_data()307 dev_dbg(dev->dev, "GCT revision is %02x\n", vbt_header.revision); in mid_get_vbt_data()309 switch (vbt_header.revision) { in mid_get_vbt_data()
533 struct vbt_header *vbt = NULL; in psb_intel_init_bios()544 struct vbt_header *vbt = dev_priv->opregion.vbt; in psb_intel_init_bios()561 vbt = (struct vbt_header *)(bios + i); in psb_intel_init_bios()
28 struct vbt_header { struct
1247 const struct vbt_header *vbt = _vbt; in validate_vbt()1250 if (offset + sizeof(struct vbt_header) > size) { in validate_vbt()
33 struct vbt_header { struct