Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/dgnc/
Ddgnc_mgmt.c240 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_FORCED_STOP)) in dgnc_mgmt_ioctl()
Ddgnc_driver.h277 #define CH_STOP 0x0002 /* Output is stopped */ macro
Ddgnc_neo.c447 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()
450 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()
455 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()
458 ch->ch_flags |= CH_STOP; in neo_parse_isr()
Ddgnc_tty.c2581 ch->ch_flags &= ~CH_STOP; in dgnc_tty_flush_buffer()
2817 ch->ch_flags &= ~CH_STOP; in dgnc_tty_ioctl()
2976 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_FORCED_STOP)) in dgnc_tty_ioctl()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h645 #define CH_STOP 0x0004 /* Output is stopped */ macro
Ddgap.c3225 ch->ch_flags &= ~CH_STOP; in dgap_tty_flush_buffer()
5040 ch->ch_flags &= ~CH_STOP; in dgap_tty_ioctl()
5076 ch->ch_flags &= ~CH_STOP; in dgap_tty_ioctl()