Lines Matching defs:termios
848 static void zs_set_termios(struct uart_port *uport, struct ktermios *termios,
864 switch (termios->c_cflag & CSIZE) {
886 if (termios->c_cflag & CSTOPB)
890 if (termios->c_cflag & PARENB)
892 if (!(termios->c_cflag & PARODD))
911 baud = uart_get_baud_rate(uport, termios, old_termios, 0,
918 uart_update_timeout(uport, termios->c_cflag, baud);
921 if (termios->c_iflag & INPCK)
923 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK))
927 if (termios->c_iflag & IGNPAR)
929 if (termios->c_iflag & IGNBRK) {
931 if (termios->c_iflag & IGNPAR)
935 if (termios->c_cflag & CREAD)
941 if (!(termios->c_cflag & CLOCAL)) {
945 if (termios->c_cflag & CRTSCTS) {