Searched refs:LockedPlatform (Results 1 – 1 of 1) sorted by relevance
268 pub struct LockedPlatform(SpinLock<Platform>); struct270 impl LockedPlatform { impl274 pub fn new() -> LockedPlatform { in new()275 LockedPlatform(SpinLock::new(Platform::new())) in new()352 impl Device for LockedPlatform { implementation382 impl Bus for LockedPlatform {} implementation384 impl KObject for LockedPlatform {} implementation391 let platform_device: Arc<LockedPlatform> = Arc::new(LockedPlatform::new()); in platform_bus_init()