Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/
H A Dvbios.rs187 pub(crate) struct Vbios { struct
191 impl Vbios { impl
195 pub(crate) fn new(pdev: &pci::Device, bar0: &Bar0) -> Result<Vbios> { in new()
H A Dgpu.rs196 bios: &Vbios, in run_fwsec_frts()
/linux/drivers/gpu/nova-core/firmware/
H A Dfwsec.rs255 fn new_fwsec(dev: &Device<device::Bound>, bios: &Vbios, cmd: FwsecCommand) -> Result<Self> { in new_fwsec()
340 bios: &Vbios, in new()