Lines Matching full:images
36 /// VBIOS data vector: As BIOS images are scanned, they are added to this vector for reference
141 /// Iterate over all VBIOS images until the last image is detected or offset
196 // Images to extract from iteration in new()
201 // Parse all VBIOS images in the ROM in new()
213 // Get references to images we will need after the loop, in order to in new()
232 // Using all the images, setup the falcon data pointer in Fwsec. in new()
245 "Missing required images for falcon data setup, skipping\n" in new()
450 /// This is header is at the beginning of every image in the set of images in the ROM. It contains
451 /// a pointer to the PCI Data Structure which describes the image. For "NBSI" images (NoteBook
504 // For NBSI images, try to read the nbsiDataOffset at offset 0x16. in new()
523 /// are needed for traversing the BIOS images. It is expected to be present in all BIOS images
524 /// except for NBSI images.
642 // For NBSI images (type == 0x70), return true as they're in is_last()
753 /// BIOS Image structure containing various headers and reference fields to all BIOS images.
1007 // The falcon data pointer assumes that the PciAt and FWSEC images in setup_falcon_data()
1015 // the fwsec images are contiguous, subtract the length of the first Fwsec in setup_falcon_data()