Lines Matching refs:c_cflag
407 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in linflex_set_termios()
432 while ((termios->c_cflag & CSIZE) != CS8 && in linflex_set_termios()
433 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios()
434 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
435 termios->c_cflag |= old_csize; in linflex_set_termios()
439 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios()
444 if ((termios->c_cflag & CSIZE) == CS8) { in linflex_set_termios()
449 if (termios->c_cflag & CMSPAR) { in linflex_set_termios()
450 if ((termios->c_cflag & CSIZE) != CS8) { in linflex_set_termios()
451 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
452 termios->c_cflag |= CS8; in linflex_set_termios()
458 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
459 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
462 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
463 termios->c_cflag |= PARENB; in linflex_set_termios()
465 if ((termios->c_cflag & PARENB)) { in linflex_set_termios()
467 if (termios->c_cflag & PARODD) in linflex_set_termios()