Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dn_tty.c1453 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1498 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1571 if (I_IUCLC(tty) && L_IEXTEN(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()
/kernel/linux/linux-5.10/include/linux/
Dtty.h138 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC) macro