Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
A 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()
666 if (ch->ch_stopc != __DISABLED_CHAR) { in cls_send_stop_character()
668 writeb(ch->ch_stopc, &ch->ch_cls_uart->txrx); in cls_send_stop_character()
786 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
801 (ch->ch_stopc == __DISABLED_CHAR)) in cls_param()
A 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()
1056 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1068 if ((ch->ch_startc == __DISABLED_CHAR) || (ch->ch_stopc == __DISABLED_CHAR)) in neo_param()
1289 if (ch->ch_stopc != __DISABLED_CHAR) { in neo_send_stop_character()
1291 writeb(ch->ch_stopc, &ch->ch_neo_uart->txrx); in neo_send_stop_character()
A Djsm.h209 u8 ch_stopc; /* Stop character */ member
A Djsm_tty.c251 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_open()
316 channel->ch_stopc = termios->c_cc[VSTOP]; in jsm_tty_set_termios()

Completed in 9 milliseconds