Home
last modified time | relevance | path

Searched refs:PciAtBiosImage (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/nova-core/
H A Dvbios.rs237 let mut pci_at_image: Option<PciAtBiosImage> = None; in new()
256 pci_at_image = Some(PciAtBiosImage::try_from(image)?); in new()
426 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id() argument
615 struct PciAtBiosImage { struct
758 impl PciAtBiosImage { impl
811 impl TryFrom<BiosImage> for PciAtBiosImage { implementation
816 let (bit_header, bit_offset) = PciAtBiosImage::find_bit_header(data_slice)?; in try_from()
818 Ok(PciAtBiosImage { in try_from()
921 pci_at_image: &PciAtBiosImage, in setup_falcon_data() argument