Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dn_tty.c1433 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_closing()
1476 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_char_lnext()
1579 if (I_IUCLC(tty) && L_IEXTEN(tty)) in n_tty_receive_buf_standard()
1597 bool preops = I_ISTRIP(tty) || (I_IUCLC(tty) && L_IEXTEN(tty)); in __receive_buf()
1784 if (I_ISTRIP(tty) || I_IUCLC(tty) || I_IGNCR(tty) || in n_tty_set_termios()
/linux-6.3-rc2/include/linux/
A Dtty.h67 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC) macro

Completed in 8 milliseconds