Lines Matching refs:cflag

576 	unsigned int	cflag;  member
625 unsigned int cflag; in keyspan_set_termios() local
629 cflag = tty->termios.c_cflag; in keyspan_set_termios()
646 p_priv->cflag = cflag; in keyspan_set_termios()
647 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1500 unsigned int cflag = 0; in keyspan_open() local
1545 cflag = tty->termios.c_cflag; in keyspan_open()
1557 p_priv->cflag = cflag; in keyspan_open()
1558 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
2083 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2084 switch (p_priv->cflag & CSIZE) { in keyspan_usa26_send_setup()
2098 if (p_priv->cflag & PARENB) { in keyspan_usa26_send_setup()
2100 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa26_send_setup()
2353 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2354 switch (p_priv->cflag & CSIZE) { in keyspan_usa49_send_setup()
2368 if (p_priv->cflag & PARENB) { in keyspan_usa49_send_setup()
2370 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa49_send_setup()
2529 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2530 switch (p_priv->cflag & CSIZE) { in keyspan_usa90_send_setup()
2544 if (p_priv->cflag & PARENB) { in keyspan_usa90_send_setup()
2546 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa90_send_setup()
2549 if (p_priv->old_cflag != p_priv->cflag) { in keyspan_usa90_send_setup()
2550 p_priv->old_cflag = p_priv->cflag; in keyspan_usa90_send_setup()
2655 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
2656 switch (p_priv->cflag & CSIZE) { in keyspan_usa67_send_setup()
2670 if (p_priv->cflag & PARENB) { in keyspan_usa67_send_setup()
2672 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa67_send_setup()