Searched refs:PlatformBusDriver (Results 1 – 1 of 1) sorted by relevance
51 pub struct LockedPlatformBusDriver(SpinLock<PlatformBusDriver>);60 LockedPlatformBusDriver(SpinLock::new(PlatformBusDriver::new())) in new()208 pub struct PlatformBusDriver { struct214 impl PlatformBusDriver { implementation