• Home
  • Raw
  • Download

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()
1024 unsigned int cflag = 0; in keyspan_open() local
1069 cflag = tty->termios.c_cflag; in keyspan_open()
1081 p_priv->cflag = cflag; in keyspan_open()
1082 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
1607 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
1608 switch (p_priv->cflag & CSIZE) { in keyspan_usa26_send_setup()
1622 if (p_priv->cflag & PARENB) { in keyspan_usa26_send_setup()
1624 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa26_send_setup()
1877 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
1878 switch (p_priv->cflag & CSIZE) { in keyspan_usa49_send_setup()
1892 if (p_priv->cflag & PARENB) { in keyspan_usa49_send_setup()
1894 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa49_send_setup()
2053 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2054 switch (p_priv->cflag & CSIZE) { in keyspan_usa90_send_setup()
2068 if (p_priv->cflag & PARENB) { in keyspan_usa90_send_setup()
2070 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa90_send_setup()
2073 if (p_priv->old_cflag != p_priv->cflag) { in keyspan_usa90_send_setup()
2074 p_priv->old_cflag = p_priv->cflag; in keyspan_usa90_send_setup()
2179 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
2180 switch (p_priv->cflag & CSIZE) { in keyspan_usa67_send_setup()
2194 if (p_priv->cflag & PARENB) { in keyspan_usa67_send_setup()
2196 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa67_send_setup()