Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_cls.c125 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixon_flow_control()
251 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixoff_flow_control()
677 if (ch->ch_stopc != __DISABLED_CHAR) { in cls_send_stop_character()
679 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
797 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
812 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
Djsm_neo.c146 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixon_flow_control()
184 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixoff_flow_control()
280 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_new_start_stop_chars()
1066 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()
1296 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
1298 writeb(ch->ch_stopc, &ch->ch_neo_uart->txrx); in neo_send_stop_character()
Djsm.h218 u8 ch_stopc; /* Stop character */ member
Djsm_tty.c257 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_open()
323 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_set_termios()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_cls.c143 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixon_flow_control()
269 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixoff_flow_control()
644 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param()
660 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param()
1138 if (ch->ch_stopc != _POSIX_VDISABLE) { in cls_send_stop_character()
1140 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
Ddgnc_neo.c200 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixon_flow_control()
237 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixoff_flow_control()
331 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_new_start_stop_chars()
790 if ((ch->ch_startc == _POSIX_VDISABLE) || (ch->ch_stopc == _POSIX_VDISABLE)) in neo_param()
802 if ((ch->ch_startc == _POSIX_VDISABLE) || (ch->ch_stopc == _POSIX_VDISABLE)) in neo_param()
1612 if (ch->ch_stopc != _POSIX_VDISABLE) { in neo_send_stop_character()
1614 writeb(ch->ch_stopc, &ch->ch_neo_uart->txrx); in neo_send_stop_character()
Ddgnc_driver.h340 unsigned char ch_stopc; /* Stop character */ member
Ddgnc_tty.c1170 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_open()
2335 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_set_termios()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1002 u8 ch_stopc; /* Stop character */ member
Ddgap.c2886 (ch->ch_stopc == _POSIX_VDISABLE)) { in dgap_param()
2975 ch->ch_stopc != ch->ch_fepstopc) { in dgap_param()
2977 ch->ch_fepstopc = ch->ch_stopc; in dgap_param()
4255 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgap_tty_set_termios()
4473 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgap_tty_open()