Lines Matching refs:termios
153 struct ktermios *termios;
156 termios = &port->state->port.tty->termios;
157 if (ch == termios->c_cc[VSTART])
160 if (ch == termios->c_cc[VSTOP])
194 struct ktermios *termios;
245 termios = &port->state->port.tty->termios;
246 channel->ch_c_cflag = termios->c_cflag;
247 channel->ch_c_iflag = termios->c_iflag;
248 channel->ch_c_oflag = termios->c_oflag;
249 channel->ch_c_lflag = termios->c_lflag;
250 channel->ch_startc = termios->c_cc[VSTART];
251 channel->ch_stopc = termios->c_cc[VSTOP];
303 struct ktermios *termios,
311 channel->ch_c_cflag = termios->c_cflag;
312 channel->ch_c_iflag = termios->c_iflag;
313 channel->ch_c_oflag = termios->c_oflag;
314 channel->ch_c_lflag = termios->c_lflag;
315 channel->ch_startc = termios->c_cc[VSTART];
316 channel->ch_stopc = termios->c_cc[VSTOP];