Searched defs:PciAtBiosImage (Results 1 – 1 of 1) sorted by relevance
426 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id()615 struct PciAtBiosImage { struct616 base: BiosImage,617 bit_header: BitHeader,618 bit_offset: usize,758 impl PciAtBiosImage { impl811 impl TryFrom<BiosImage> for PciAtBiosImage { implementation921 pci_at_image: &PciAtBiosImage, in setup_falcon_data()