Lines Matching defs:termios
424 serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios,
433 switch (termios->c_cflag & CSIZE) {
449 if (termios->c_cflag & CSTOPB)
451 if (termios->c_cflag & PARENB)
453 if (!(termios->c_cflag & PARODD))
459 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
484 uart_update_timeout(port, termios->c_cflag, baud);
487 if (termios->c_iflag & INPCK)
489 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
496 if (termios->c_iflag & IGNPAR)
498 if (termios->c_iflag & IGNBRK) {
504 if (termios->c_iflag & IGNPAR)
511 if ((termios->c_cflag & CREAD) == 0)
518 if (UART_ENABLE_MS(&up->port, termios->c_cflag))
523 if (termios->c_cflag & CRTSCTS)