Lines Matching refs:c_cflag
408 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in linflex_set_termios()
433 while ((termios->c_cflag & CSIZE) != CS8 && in linflex_set_termios()
434 (termios->c_cflag & CSIZE) != CS7) { in linflex_set_termios()
435 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
436 termios->c_cflag |= old_csize; in linflex_set_termios()
440 if ((termios->c_cflag & CSIZE) == CS7) { in linflex_set_termios()
445 if ((termios->c_cflag & CSIZE) == CS8) { in linflex_set_termios()
450 if (termios->c_cflag & CMSPAR) { in linflex_set_termios()
451 if ((termios->c_cflag & CSIZE) != CS8) { in linflex_set_termios()
452 termios->c_cflag &= ~CSIZE; in linflex_set_termios()
453 termios->c_cflag |= CS8; in linflex_set_termios()
459 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
460 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
463 if ((termios->c_cflag & CSIZE) == CS7) in linflex_set_termios()
464 termios->c_cflag |= PARENB; in linflex_set_termios()
466 if ((termios->c_cflag & PARENB)) { in linflex_set_termios()
468 if (termios->c_cflag & PARODD) in linflex_set_termios()