Home
last modified time | relevance | path

Searched refs:__DISABLED_CHAR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c1025 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1037 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1244 if (ch->ch_startc != __DISABLED_CHAR) { in neo_send_start_character()
1258 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
/linux/drivers/tty/
H A Dn_tty.c1305 c = __DISABLED_CHAR; in n_tty_receive_char_canon()
1841 clear_bit(__DISABLED_CHAR, ldata->char_map); in n_tty_set_termios()
2035 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) in canon_copy_from_read_buf()
2061 * EOF (special EOL character that's a __DISABLED_CHAR)
2079 if (read_buf(ldata, tail) != __DISABLED_CHAR) in canon_skip_eof()
2484 read_buf(ldata, tail) == __DISABLED_CHAR) in inq_canon()
H A Dtty_ioctl.c964 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
968 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
/linux/drivers/tty/serial/
H A Dsunhv.c276 if (ch == __DISABLED_CHAR) in sunhv_send_xchar()
H A Dsunsab.c475 if (ch == __DISABLED_CHAR) in sunsab_send_xchar()
/linux/include/linux/
H A Dtty.h32 #define __DISABLED_CHAR '\0' macro