Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_neo.c506 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in neo_copy_data_from_queue_to_uart()
784 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
785 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
792 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
793 ch->ch_flags |= CH_STOP; in neo_parse_isr()
Djsm.h175 #define CH_STOP 0x0002 /* Output is stopped */ macro
Djsm_tty.c138 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()
151 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
Djsm_cls.c476 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()
/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_mgmt.c237 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_FORCED_STOP)) in dgnc_mgmt_ioctl()
Ddgnc_driver.h285 #define CH_STOP 0x0002 /* Output is stopped */ macro
Ddgnc_neo.c432 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
435 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
440 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
443 ch->ch_flags |= CH_STOP; in neo_parse_isr()
Ddgnc_tty.c2515 ch->ch_flags &= ~CH_STOP; in dgnc_tty_flush_buffer()
2750 ch->ch_flags &= ~CH_STOP; in dgnc_tty_ioctl()
2910 if ((ch->ch_flags & CH_STOP) || in dgnc_tty_ioctl()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h644 #define CH_STOP 0x0004 /* Output is stopped */ macro
Ddgap.c3159 ch->ch_flags &= ~CH_STOP; in dgap_tty_flush_buffer()
4960 ch->ch_flags &= ~CH_STOP; in dgap_tty_ioctl()
4996 ch->ch_flags &= ~CH_STOP; in dgap_tty_ioctl()