Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1451 if (I_ISTRIP(tty)) in n_tty_receive_char_closing()
1496 if (I_ISTRIP(tty)) in n_tty_receive_char_lnext()
1569 if (I_ISTRIP(tty)) in n_tty_receive_buf_standard()
1620 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1812 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) || in n_tty_set_termios()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h135 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP) macro