Home
last modified time | relevance | path

Searched refs:TtyPortState (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/tty/
H A Dtty_port.rs33 iflags: TtyPortState,
52 iflags: TtyPortState::Initialized, in new()
71 pub enum TtyPortState { enum
84 fn state(&self) -> TtyPortState { in state() argument
H A Dtty_driver.rs22 tty::tty_port::TtyPortState,
289 } else if tty.core().port().unwrap().state() == TtyPortState::KOPENED { in open_tty()