Searched refs:LockedUartDriver (Results 1 – 1 of 1) sorted by relevance
30 pub static ref UART_DRV: Arc<LockedUartDriver> = Arc::new(LockedUartDriver::default());196 pub struct LockedUartDriver(SpinLock<UartDriver>); struct198 impl Default for LockedUartDriver { implementation204 impl KObject for LockedUartDriver {} implementation206 impl Driver for LockedUartDriver { implementation224 impl CharDevice for LockedUartDriver { implementation234 impl LockedUartDriver { implementation246 impl PlatformDriver for LockedUartDriver { implementation