Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/jsm/
Djsm_neo.c495 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in neo_copy_data_from_queue_to_uart()
761 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
762 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
769 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
770 ch->ch_flags |= CH_STOP; in neo_parse_isr()
Djsm.h161 #define CH_STOP 0x0002 /* Output is stopped */ macro
Djsm_tty.c130 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()
143 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
Djsm_cls.c456 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()