Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs228 fwsec_image: FwSecBiosImage,
296 pub(crate) fn fwsec_image(&self) -> &FwSecBiosImage { in fwsec_image() argument
652 pub(crate) struct FwSecBiosImage { struct
987 fn build(self) -> Result<FwSecBiosImage> { in build() argument
988 let ret = FwSecBiosImage { in build()
1003 impl FwSecBiosImage { impl