Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs426 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id()
615 struct PciAtBiosImage { struct
616 base: BiosImage,
617 bit_header: BitHeader,
618 bit_offset: usize,
758 impl PciAtBiosImage { impl
811 impl TryFrom<BiosImage> for PciAtBiosImage { implementation
921 pci_at_image: &PciAtBiosImage, in setup_falcon_data()