Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs251 pub(crate) fn fwsec_image(&self) -> &FwSecBiosImage { in fwsec_image()
727 pub(crate) struct FwSecBiosImage { struct
728 base: BiosImageBase,
730 falcon_ucode_offset: usize,
1062 fn build(self, pdev: &pci::Device) -> Result<FwSecBiosImage> { in build()
1078 impl FwSecBiosImage { implementation