Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c666 if (ch->ch_startc != __DISABLED_CHAR) { in cls_send_start_character()
677 if (ch->ch_stopc != __DISABLED_CHAR) { in cls_send_stop_character()
796 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()
797 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
811 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()
812 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
Djsm_neo.c1066 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1078 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-4.1.27/drivers/tty/
Dn_tty.c1355 c = __DISABLED_CHAR; in n_tty_receive_char_special()
1865 clear_bit(__DISABLED_CHAR, ldata->char_map); in n_tty_set_termios()
2079 if (found && !ldata->push && read_buf(ldata, eol) == __DISABLED_CHAR) { in canon_copy_from_read_buf()
2502 read_buf(ldata, tail) == __DISABLED_CHAR) in inq_canon()
Dtty_ioctl.c1147 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
1151 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
/linux-4.1.27/drivers/tty/serial/
Dsunhv.c271 if (ch == __DISABLED_CHAR) in sunhv_send_xchar()
Dsunsab.c477 if (ch == __DISABLED_CHAR) in sunsab_send_xchar()
/linux-4.1.27/include/linux/
Dtty.h54 #define __DISABLED_CHAR '\0' macro
/linux-4.1.27/Documentation/serial/
Ddriver145 Do not transmit if ch == '\0' (__DISABLED_CHAR).