Home
last modified time | relevance | path

Searched refs:ch_stopc (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/tty/serial/jsm/
Djsm_cls.c116 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixon_flow_control()
242 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixoff_flow_control()
668 if (ch->ch_stopc != __DISABLED_CHAR) { in cls_send_stop_character()
670 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
788 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
803 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
Djsm_neo.c137 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixon_flow_control()
175 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixoff_flow_control()
271 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_new_start_stop_chars()
1054 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()
1287 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
1289 writeb(ch->ch_stopc, &ch->ch_neo_uart->txrx); in neo_send_stop_character()
Djsm.h209 u8 ch_stopc; /* Stop character */ member
Djsm_tty.c249 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_open()
313 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_set_termios()
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_cls.c84 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixon_flow_control()
210 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixoff_flow_control()
815 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param()
827 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param()
992 if (ch->ch_stopc != _POSIX_VDISABLE) { in cls_send_stop_character()
994 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
Ddgnc_driver.h296 unsigned char ch_stopc; member
Ddgnc_tty.c956 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_open()
1947 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_set_termios()