Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs127 inner: SpinLock<InnerPlatformBusDevice>,
140 inner: SpinLock::new(InnerPlatformBusDevice::new(data)), in new()
186 fn inner(&self) -> SpinLockGuard<InnerPlatformBusDevice> { in inner() argument
193 pub struct InnerPlatformBusDevice { struct
201 impl InnerPlatformBusDevice { impl