Searched refs:ch_stopc (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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.1.27/drivers/staging/dgnc/ |
D | dgnc_cls.c | 144 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixon_flow_control() 273 writeb(ch->ch_stopc, &ch->ch_cls_uart->msr); in cls_set_ixoff_flow_control() 652 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param() 668 (ch->ch_stopc == _POSIX_VDISABLE)) in cls_param() 1153 if (ch->ch_stopc != _POSIX_VDISABLE) { in cls_send_stop_character() 1155 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
|
D | dgnc_neo.c | 206 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixon_flow_control() 244 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_ixoff_flow_control() 343 writeb(ch->ch_stopc, &ch->ch_neo_uart->xoffchar1); in neo_set_new_start_stop_chars() 808 if ((ch->ch_startc == _POSIX_VDISABLE) || (ch->ch_stopc == _POSIX_VDISABLE)) in neo_param() 820 if ((ch->ch_startc == _POSIX_VDISABLE) || (ch->ch_stopc == _POSIX_VDISABLE)) in neo_param() 1652 if (ch->ch_stopc != _POSIX_VDISABLE) { in neo_send_stop_character() 1654 writeb(ch->ch_stopc, &ch->ch_neo_uart->txrx); in neo_send_stop_character()
|
D | dgnc_driver.h | 331 unsigned char ch_stopc; /* Stop character */ member
|
D | dgnc_tty.c | 1167 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_open() 2394 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgnc_tty_set_termios()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 1003 u8 ch_stopc; /* Stop character */ member
|
D | dgap.c | 2950 (ch->ch_stopc == _POSIX_VDISABLE)) { in dgap_param() 3039 ch->ch_stopc != ch->ch_fepstopc) { in dgap_param() 3041 ch->ch_fepstopc = ch->ch_stopc; in dgap_param() 4325 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgap_tty_set_termios() 4545 ch->ch_stopc = tty->termios.c_cc[VSTOP]; in dgap_tty_open()
|