Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1090 pub fn input_available(&self, termios: RwLockReadGuard<Termios>, poll: bool) -> bool { in input_available() method
1667 if !ldata.input_available(core.termios(), false) { in read()
2063 if ldata.input_available(core.termios(), true) { in poll()