Lines Matching refs:cflag
279 tcflag_t cflag; member
642 unsigned cflag, cval, fcr; in mxser_change_speed() local
646 cflag = tty->termios.c_cflag; in mxser_change_speed()
654 switch (cflag & CSIZE) { in mxser_change_speed()
671 if (cflag & CSTOPB) in mxser_change_speed()
673 if (cflag & PARENB) in mxser_change_speed()
675 if (!(cflag & PARODD)) in mxser_change_speed()
677 if (cflag & CMSPAR) in mxser_change_speed()
713 if (cflag & CRTSCTS) { in mxser_change_speed()
750 if (cflag & CLOCAL) { in mxser_change_speed()
1528 ms.cflag = ip->normal_termios.c_cflag; in mxser_ioctl_special()
1530 ms.cflag = tty->termios.c_cflag; in mxser_ioctl_special()
1551 unsigned int cflag, iflag, p; in mxser_ioctl_special() local
1597 cflag = ip->normal_termios.c_cflag; in mxser_ioctl_special()
1601 cflag = tty->termios.c_cflag; in mxser_ioctl_special()
1607 me->databits[p] = cflag & CSIZE; in mxser_ioctl_special()
1608 me->stopbits[p] = cflag & CSTOPB; in mxser_ioctl_special()
1609 me->parity[p] = cflag & (PARENB | PARODD | in mxser_ioctl_special()
1612 if (cflag & CRTSCTS) in mxser_ioctl_special()