Searched refs:Platform (Results 1 – 2 of 2) sorted by relevance
35 Platform, enumerator74 15 => Ok(AtType::Platform), in try_from()
268 pub struct LockedPlatform(SpinLock<Platform>);275 LockedPlatform(SpinLock::new(Platform::new())) in new()331 pub struct Platform { struct338 impl Platform { impl