Home
last modified time | relevance | path

Searched refs:CH_STOP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H A Djsm_neo.c494 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in neo_copy_data_from_queue_to_uart()
772 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
773 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
780 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
781 ch->ch_flags |= CH_STOP; in neo_parse_isr()
783 "Setting CH_STOP\n"); in neo_parse_isr()
H A Djsm_tty.c130 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()
143 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
H A Djsm.h166 #define CH_STOP 0x0002 /* Output is stopped */ macro
H A Djsm_cls.c467 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H A Djsm_neo.c495 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in neo_copy_data_from_queue_to_uart()
773 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
774 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
781 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
782 ch->ch_flags |= CH_STOP; in neo_parse_isr()
784 "Setting CH_STOP\n"); in neo_parse_isr()
H A Djsm_tty.c130 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()
143 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
H A Djsm.h166 #define CH_STOP 0x0002 /* Output is stopped */ macro
H A Djsm_cls.c463 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()

Completed in 9 milliseconds