Lines Matching defs:termios
1353 struct ktermios *termios, struct ktermios *old)
1361 switch (termios->c_cflag & CSIZE) {
1375 if (termios->c_cflag & CSTOPB)
1380 if (termios->c_cflag & PARENB) {
1381 if (termios->c_cflag & PARODD)
1390 if ((termios->c_cflag & CRTSCTS) && (priv->fifo_size == 256))
1395 termios->c_cflag &= ~CMSPAR; /* Mark/Space parity is not supported */
1397 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
1402 uart_update_timeout(port, termios->c_cflag, baud);
1409 if (tty_termios_baud_rate(termios))
1410 tty_termios_encode_baud_rate(termios, baud, baud);