Lines Matching refs:c_cflag
606 termios->c_cflag &= ~(HUPCL | CMSPAR); in serial_txx9_set_termios()
607 termios->c_cflag |= CLOCAL; in serial_txx9_set_termios()
612 switch (termios->c_cflag & CSIZE) { in serial_txx9_set_termios()
621 termios->c_cflag &= ~CSIZE; in serial_txx9_set_termios()
622 termios->c_cflag |= CS8; in serial_txx9_set_termios()
627 if (termios->c_cflag & CSTOPB) in serial_txx9_set_termios()
632 if (termios->c_cflag & PARENB) in serial_txx9_set_termios()
634 if (!(termios->c_cflag & PARODD)) in serial_txx9_set_termios()
656 uart_update_timeout(up, termios->c_cflag, baud); in serial_txx9_set_termios()
684 if ((termios->c_cflag & CREAD) == 0) in serial_txx9_set_termios()
688 if ((termios->c_cflag & CRTSCTS) && in serial_txx9_set_termios()