Searched refs:ch_c_cflag (Results 1 – 2 of 2) sorted by relevance
246 channel->ch_c_cflag = termios->c_cflag; in jsm_tty_open()287 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close()311 channel->ch_c_cflag = termios->c_cflag; in jsm_tty_set_termios()666 if (ch->ch_c_cflag & CLOCAL) in jsm_carrier()774 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()812 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()
201 tcflag_t ch_c_cflag; /* channel cflags */ member