Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/pci/
H A Ddevice.rs101 inner: SpinLock<InnerPciBusDevice>,
109 inner: SpinLock::new(InnerPciBusDevice { in new()
120 fn inner(&self) -> SpinLockGuard<InnerPciBusDevice> { in inner() argument
126 struct InnerPciBusDevice { struct