Searched refs:LockedPlatform (Results 1 – 1 of 1) sorted by relevance
266 pub struct LockedPlatform(SpinLock<Platform>); struct268 impl LockedPlatform { implementation272 pub fn new() -> LockedPlatform { in new()273 LockedPlatform(SpinLock::new(Platform::new())) in new()350 impl Device for LockedPlatform { implementation376 impl Bus for LockedPlatform {} implementation383 let platform_device: Arc<LockedPlatform> = Arc::new(LockedPlatform::new()); in platform_bus_init()