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.rs412 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id()
692 struct PciAtBiosImage { struct
693 base: BiosImageBase,
694 bit_header: BitHeader,
695 bit_offset: usize,
824 impl PciAtBiosImage { implementation
877 impl TryFrom<BiosImageBase> for PciAtBiosImage { implementation
1001 pci_at_image: &PciAtBiosImage, in setup_falcon_data()