Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/jsm/
Djsm_neo.c1067 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1079 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1282 if (ch->ch_startc != __DISABLED_CHAR) { in neo_send_start_character()
1296 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
/linux-3.4.99/drivers/tty/
Dn_tty.c1263 c = __DISABLED_CHAR; in n_tty_receive_char()
1519 clear_bit(__DISABLED_CHAR, tty->process_char_map); in n_tty_set_termios()
1863 if (!eol || (c != __DISABLED_CHAR)) { in n_tty_read()
2082 tty->read_buf[tail] == __DISABLED_CHAR) in inq_canon()
Dtty_ioctl.c1143 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
1147 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
/linux-3.4.99/include/linux/
Dtty.h62 #define __DISABLED_CHAR '\0' macro