Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs126 input_mode: InputMode::ICRNL | InputMode::IXON,
182 const ICRNL = 0x100; constant
/DragonOS/kernel/src/driver/serial/
H A Dmod.rs54 input_mode: InputMode::ICRNL | InputMode::IXON | InputMode::IUTF8,
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs445 if termios.input_mode.contains(InputMode::ICRNL) { in receive_special_char()
1960 || termios.input_mode.contains(InputMode::ICRNL) in set_termios()