Lines Matching refs:cflag

103 	unsigned int	cflag;  member
153 unsigned int cflag; in keyspan_set_termios() local
157 cflag = tty->termios.c_cflag; in keyspan_set_termios()
174 p_priv->cflag = cflag; in keyspan_set_termios()
175 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1018 unsigned int cflag = 0; in keyspan_open() local
1063 cflag = tty->termios.c_cflag; in keyspan_open()
1075 p_priv->cflag = cflag; in keyspan_open()
1076 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
1605 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
1606 switch (p_priv->cflag & CSIZE) { in keyspan_usa26_send_setup()
1620 if (p_priv->cflag & PARENB) { in keyspan_usa26_send_setup()
1622 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa26_send_setup()
1875 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
1876 switch (p_priv->cflag & CSIZE) { in keyspan_usa49_send_setup()
1890 if (p_priv->cflag & PARENB) { in keyspan_usa49_send_setup()
1892 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa49_send_setup()
2051 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2052 switch (p_priv->cflag & CSIZE) { in keyspan_usa90_send_setup()
2066 if (p_priv->cflag & PARENB) { in keyspan_usa90_send_setup()
2068 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa90_send_setup()
2071 if (p_priv->old_cflag != p_priv->cflag) { in keyspan_usa90_send_setup()
2072 p_priv->old_cflag = p_priv->cflag; in keyspan_usa90_send_setup()
2177 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
2178 switch (p_priv->cflag & CSIZE) { in keyspan_usa67_send_setup()
2192 if (p_priv->cflag & PARENB) { in keyspan_usa67_send_setup()
2194 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa67_send_setup()