Searched refs:LockedUart (Results 1 – 1 of 1) sorted by relevance
28 pub static ref UART_DEV: Arc<LockedUart> = Arc::new(LockedUart::default());120 pub struct LockedUart(SpinLock<Uart>); struct122 impl Default for LockedUart { implementation128 impl KObject for LockedUart {} implementation130 impl PlatformDevice for LockedUart { implementation153 impl Device for LockedUart { implementation