Home
last modified time | relevance | path

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

/drivers/gpu/nova-core/
A Dgpu.rs14 use crate::vbios::Vbios;
196 bios: &Vbios, in run_fwsec_frts() argument
301 let bios = Vbios::new(pdev, bar)?; in new()
A Dvbios.rs187 pub(crate) struct Vbios { struct
191 impl Vbios { impls
195 pub(crate) fn new(pdev: &pci::Device, bar0: &Bar0) -> Result<Vbios> { in new() argument
239 Ok(Vbios { in new()
/drivers/gpu/nova-core/firmware/
A Dfwsec.rs26 use crate::vbios::Vbios;
255 fn new_fwsec(dev: &Device<device::Bound>, bios: &Vbios, cmd: FwsecCommand) -> Result<Self> { in new_fwsec() argument
340 bios: &Vbios, in new() argument

Completed in 15 milliseconds