Home
last modified time | relevance | path

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

/linux-6.15/samples/rust/
H A Drust_driver_pci.rs19 type Bar0 = pci::Bar<{ Regs::END }>; typedef
30 bar: Devres<Bar0>,
44 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in testdev()
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs7 use crate::driver::Bar0;
136 fn new(bar: &Devres<Bar0>) -> Result<Spec> { in new()
180 bar: Devres<Bar0>,
185 pub(crate) fn new(pdev: &pci::Device, bar: Devres<Bar0>) -> Result<impl PinInit<Self>> { in new()
H A Dregs.rs3 use crate::driver::Bar0;
37 pub(crate) fn read(bar: &Bar0) -> Self { in read()
H A Ddriver.rs14 pub(crate) type Bar0 = pci::Bar<BAR0_SIZE>; typedef
/linux-6.15/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst31 - Bar0 - Device configuration and status registers.