Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/base/platform/
Dmod.rs51 pub struct LockedPlatformBusDriver(SpinLock<PlatformBusDriver>);
60 LockedPlatformBusDriver(SpinLock::new(PlatformBusDriver::new())) in new()
208 pub struct PlatformBusDriver { struct
214 impl PlatformBusDriver { implementation