Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1301 if (I_IGNCR(tty)) in n_tty_receive_char_special()
1812 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) || in n_tty_set_termios()
1818 if (I_IGNCR(tty) || I_ICRNL(tty)) in n_tty_set_termios()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h137 #define I_IGNCR(tty) _I_FLAG((tty), IGNCR) macro