Lines Matching defs:termios
560 static void dz_set_termios(struct uart_port *uport, struct ktermios *termios,
570 switch (termios->c_cflag & CSIZE) {
585 if (termios->c_cflag & CSTOPB)
587 if (termios->c_cflag & PARENB)
589 if (termios->c_cflag & PARODD)
592 baud = uart_get_baud_rate(uport, termios, old_termios, 50, 9600);
604 tty_termios_encode_baud_rate(termios, baud, baud);
608 if (termios->c_cflag & CREAD)
613 uart_update_timeout(uport, termios->c_cflag, baud);
620 if (termios->c_iflag & INPCK)
622 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
627 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK))
629 if (termios->c_iflag & IGNPAR)
631 if (termios->c_iflag & IGNBRK)