Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
A Djsm_tty.c247 channel->ch_c_iflag = termios->c_iflag; in jsm_tty_open()
312 channel->ch_c_iflag = termios->c_iflag; in jsm_tty_set_termios()
782 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()
820 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
A Djsm_neo.c195 if (ch->ch_c_iflag & IXON) in neo_set_no_input_flow_control()
233 if (ch->ch_c_iflag & IXOFF) in neo_set_no_output_flow_control()
384 if (ch->ch_c_iflag & IGNBRK) in neo_copy_data_from_uart_to_queue()
1054 else if (ch->ch_c_iflag & IXON) { in neo_param()
1066 else if (ch->ch_c_iflag & IXOFF) { in neo_param()
A Djsm_cls.c381 if (ch->ch_c_iflag & IGNBRK) in cls_copy_data_from_uart_to_queue()
780 else if (ch->ch_c_iflag & IXON) { in cls_param()
795 else if (ch->ch_c_iflag & IXOFF) { in cls_param()
A Djsm.h205 tcflag_t ch_c_iflag; /* channel iflags */ member

Completed in 9 milliseconds