Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H 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()
778 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()
816 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
H 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()
H A Djsm_cls.c381 if (ch->ch_c_iflag & IGNBRK) in cls_copy_data_from_uart_to_queue()
782 else if (ch->ch_c_iflag & IXON) { in cls_param()
797 else if (ch->ch_c_iflag & IXOFF) { in cls_param()
H A Djsm.h205 tcflag_t ch_c_iflag; /* channel iflags */ member
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H 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()
783 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()
821 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
H 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()
385 if (ch->ch_c_iflag & IGNBRK) in neo_copy_data_from_uart_to_queue()
1035 else if (ch->ch_c_iflag & IXON) { in neo_param()
1047 else if (ch->ch_c_iflag & IXOFF) { in neo_param()
H A Djsm_cls.c379 if (ch->ch_c_iflag & IGNBRK) in cls_copy_data_from_uart_to_queue()
758 else if (ch->ch_c_iflag & IXON) { in cls_param()
773 else if (ch->ch_c_iflag & IXOFF) { in cls_param()
H A Djsm.h205 tcflag_t ch_c_iflag; /* channel iflags */ member

Completed in 10 milliseconds