Lines Matching defs:termios
402 serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios,
411 cval = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag));
413 if (termios->c_cflag & CSTOPB)
415 if (termios->c_cflag & PARENB)
417 if (!(termios->c_cflag & PARODD))
423 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
448 uart_update_timeout(port, termios->c_cflag, baud);
451 if (termios->c_iflag & INPCK)
453 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
460 if (termios->c_iflag & IGNPAR)
462 if (termios->c_iflag & IGNBRK) {
468 if (termios->c_iflag & IGNPAR)
475 if ((termios->c_cflag & CREAD) == 0)
482 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
487 if (termios->c_cflag & CRTSCTS)