Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/jsm/
Djsm_cls.c657 if (ch->ch_startc != __DISABLED_CHAR) { in cls_send_start_character()
668 if (ch->ch_stopc != __DISABLED_CHAR) { in cls_send_stop_character()
787 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()
788 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
802 if ((ch->ch_startc == __DISABLED_CHAR) || in cls_param()
803 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
Djsm_neo.c1054 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1066 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1273 if (ch->ch_startc != __DISABLED_CHAR) { in neo_send_start_character()
1287 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
/Linux-v5.10/drivers/tty/
Dtty_ioctl.c922 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
926 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
Dn_tty.c1353 c = __DISABLED_CHAR; in n_tty_receive_char_special()
1852 clear_bit(__DISABLED_CHAR, ldata->char_map); in n_tty_set_termios()
2054 if (!found || read_buf(ldata, eol) != __DISABLED_CHAR) { in canon_copy_from_read_buf()
2441 read_buf(ldata, tail) == __DISABLED_CHAR) in inq_canon()
/Linux-v5.10/drivers/tty/serial/
Dsunhv.c273 if (ch == __DISABLED_CHAR) in sunhv_send_xchar()
Dsunsab.c474 if (ch == __DISABLED_CHAR) in sunsab_send_xchar()
/Linux-v5.10/include/linux/
Dtty.h56 #define __DISABLED_CHAR '\0' macro
/Linux-v5.10/Documentation/driver-api/serial/
Ddriver.rst174 Do not transmit if ch == '\0' (__DISABLED_CHAR).