Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_pci.rs48 type Bar0 = pci::Bar<{ regs::END }>;
73 bar: Devres<Bar0>, in config_space()
88 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in config_space()
27 type Bar0 = pci::Bar<{ Regs::END }>; global() typedef
/linux/drivers/gpu/nova-core/gsp/
H A Dboot.rs14 driver::Bar0,
54 bar: &Bar0, in run_fwsec_frts()
144 bar: &Bar0, in boot()
52 run_fwsec_frts( dev: &device::Device<device::Bound>, falcon: &Falcon<Gsp>, bar: &Bar0, bios: &Vbios, fb_layout: &FbLayout, ) -> Result<()> run_fwsec_frts() argument
133 boot( mut self: Pin<&mut Self>, pdev: &pci::Device<device::Bound>, bar: &Bar0, chipset: Chipset, gsp_falcon: &Falcon<Gsp>, sec2_falcon: &Falcon<Sec2>, ) -> Result boot() argument
H A Dcmdq.rs40 driver::Bar0,
535 fn notify_gsp(bar: &Bar0) {
555 pub(crate) fn send_command<M>(&self, bar: &Bar0, command: M) -> Result<M::Reply> in wait_for_msg()
583 pub(crate) fn send_command_no_wait<M>(&self, bar: &Bar0, command: M) -> Result in wait_for_msg()
627 fn send_single_command<M>(&mut self, bar: &Bar0, command: M) -> Result in receive_msg()
697 fn send_command<M>(&mut self, bar: &Bar0, command: M) -> Result
450 notify_gsp(bar: &Bar0) notify_gsp() argument
465 send_command<M>(&mut self, bar: &Bar0, command: M) -> Result where M: CommandToGsp, Error: From<M::InitError>, send_command() argument
/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst31 - Bar0 - Device configuration and status registers.