Lines Matching refs:c_cflag
420 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in linflex_set_termios()
445 while ((termios->c_cflag & CSIZE) != CS8 && in linflex_set_termios()
446 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios()
447 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
448 termios->c_cflag |= old_csize; in linflex_set_termios()
452 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios()
457 if ((termios->c_cflag & CSIZE) == CS8) { in linflex_set_termios()
462 if (termios->c_cflag & CMSPAR) { in linflex_set_termios()
463 if ((termios->c_cflag & CSIZE) != CS8) { in linflex_set_termios()
464 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
465 termios->c_cflag |= CS8; in linflex_set_termios()
471 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
472 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
475 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
476 termios->c_cflag |= PARENB; in linflex_set_termios()
478 if ((termios->c_cflag & PARENB)) { in linflex_set_termios()
480 if (termios->c_cflag & PARODD) in linflex_set_termios()