Home
last modified time | relevance | path

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

/linux/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()
784 else if (ch->ch_c_iflag & IXOFF) { in jsm_check_queue_flow_control()
822 else if (ch->ch_c_iflag & IXOFF && ch->ch_stops_sent) { in jsm_check_queue_flow_control()
H A Djsm.h200 tcflag_t ch_c_iflag; /* channel iflags */ member