Lines Matching defs:termios
1043 static void hso_init_termios(struct ktermios *termios)
1048 termios->c_iflag &=
1059 termios->c_oflag &= ~OPOST;
1061 termios->c_lflag &=
1070 termios->c_cflag &=
1076 termios->c_cflag |= CS8; /* character size 8 bits */
1079 tty_termios_encode_baud_rate(termios, 115200, 115200);
1096 tty->termios.c_iflag &= ~IXON; /* disable enable XON/XOFF flow control */
1098 tty->termios.c_cflag &=
1104 tty->termios.c_cflag |= CS8; /* character size 8 bits */
1259 /* check for port already opened, if not set the termios */
1385 (unsigned int)tty->termios.c_cflag,
1393 tty->termios = *old;