Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dn_tty.c1305 } else if (c == '\n' && I_INLCR(tty)) in n_tty_receive_char_special()
1813 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()
1820 if (I_INLCR(tty)) in n_tty_set_termios()
/kernel/linux/linux-5.10/include/linux/
Dtty.h135 #define I_INLCR(tty) _I_FLAG((tty), INLCR) macro