Lines Matching refs:c_cflag
421 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in linflex_set_termios()
446 while ((termios->c_cflag & CSIZE) != CS8 && in linflex_set_termios()
447 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios()
448 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
449 termios->c_cflag |= old_csize; in linflex_set_termios()
453 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios()
458 if ((termios->c_cflag & CSIZE) == CS8) { in linflex_set_termios()
463 if (termios->c_cflag & CMSPAR) { in linflex_set_termios()
464 if ((termios->c_cflag & CSIZE) != CS8) { in linflex_set_termios()
465 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
466 termios->c_cflag |= CS8; in linflex_set_termios()
472 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
473 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
476 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
477 termios->c_cflag |= PARENB; in linflex_set_termios()
479 if ((termios->c_cflag & PARENB)) { in linflex_set_termios()
481 if (termios->c_cflag & PARODD) in linflex_set_termios()