Home
last modified time | relevance | path

Searched refs:INTR_CHAR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/char/
A Dctrlchar.c73 return INTR_CHAR(tty) | CTRLCHAR_CTRL; in ctrlchar_handle()
/linux/include/linux/
A Dtty.h35 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) macro
/linux/drivers/tty/
A Dn_tty.c1280 if (c == INTR_CHAR(tty)) { in n_tty_receive_char_special()
1431 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) && in n_tty_receive_char_closing()
1780 set_bit(INTR_CHAR(tty), ldata->char_map); in n_tty_set_termios()

Completed in 8 milliseconds