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.rs94 inner: SpinLock<InnerPciBusDevice>,
102 inner: SpinLock::new(InnerPciBusDevice { in new()
113 fn inner(&self) -> SpinLockGuard<InnerPciBusDevice> { in inner() argument
119 struct InnerPciBusDevice { struct