Searched refs:ch_stopc (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 125 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()
|
D | jsm_neo.c | 146 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()
|
D | jsm.h | 218 u8 ch_stopc; /* Stop character */ member
|
D | jsm_tty.c | 257 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/ |
D | dgnc_cls.c | 143 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()
|
D | dgnc_neo.c | 200 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()
|
D | dgnc_driver.h | 340 unsigned char ch_stopc; /* Stop character */ member
|
D | dgnc_tty.c | 1170 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/ |
D | dgap.h | 1002 u8 ch_stopc; /* Stop character */ member
|
D | dgap.c | 2886 (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()
|