Lines Matching refs:cflag

576 	unsigned int	cflag;  member
624 unsigned int cflag; in keyspan_set_termios() local
628 cflag = tty->termios.c_cflag; in keyspan_set_termios()
645 p_priv->cflag = cflag; in keyspan_set_termios()
646 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1499 unsigned int cflag = 0; in keyspan_open() local
1544 cflag = tty->termios.c_cflag; in keyspan_open()
1556 p_priv->cflag = cflag; in keyspan_open()
1557 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
2082 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2083 switch (p_priv->cflag & CSIZE) { in keyspan_usa26_send_setup()
2097 if (p_priv->cflag & PARENB) { in keyspan_usa26_send_setup()
2099 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa26_send_setup()
2352 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2353 switch (p_priv->cflag & CSIZE) { in keyspan_usa49_send_setup()
2367 if (p_priv->cflag & PARENB) { in keyspan_usa49_send_setup()
2369 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa49_send_setup()
2528 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2529 switch (p_priv->cflag & CSIZE) { in keyspan_usa90_send_setup()
2543 if (p_priv->cflag & PARENB) { in keyspan_usa90_send_setup()
2545 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa90_send_setup()
2548 if (p_priv->old_cflag != p_priv->cflag) { in keyspan_usa90_send_setup()
2549 p_priv->old_cflag = p_priv->cflag; in keyspan_usa90_send_setup()
2654 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
2655 switch (p_priv->cflag & CSIZE) { in keyspan_usa67_send_setup()
2669 if (p_priv->cflag & PARENB) { in keyspan_usa67_send_setup()
2671 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa67_send_setup()