Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dctrlchar.c77 return SUSP_CHAR(tty) | CTRLCHAR_CTRL; in ctrlchar_handle()
/openbmc/linux/include/linux/
H A Dtty.h45 #define SUSP_CHAR(tty) ((tty)->termios.c_cc[VSUSP]) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c1374 } else if (c == SUSP_CHAR(tty)) { in n_tty_receive_char_special()
1462 c != SUSP_CHAR(tty)) { in n_tty_receive_char_closing()
1860 set_bit(SUSP_CHAR(tty), ldata->char_map); in n_tty_set_termios()