• Home
  • Raw
  • Download

Lines Matching refs:cflag

596 	unsigned int	cflag;  member
644 unsigned int cflag; in keyspan_set_termios() local
648 cflag = tty->termios.c_cflag; in keyspan_set_termios()
665 p_priv->cflag = cflag; in keyspan_set_termios()
666 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1519 unsigned int cflag = 0; in keyspan_open() local
1564 cflag = tty->termios.c_cflag; in keyspan_open()
1576 p_priv->cflag = cflag; in keyspan_open()
1577 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
2102 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2103 switch (p_priv->cflag & CSIZE) { in keyspan_usa26_send_setup()
2117 if (p_priv->cflag & PARENB) { in keyspan_usa26_send_setup()
2119 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa26_send_setup()
2372 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2373 switch (p_priv->cflag & CSIZE) { in keyspan_usa49_send_setup()
2387 if (p_priv->cflag & PARENB) { in keyspan_usa49_send_setup()
2389 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa49_send_setup()
2548 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2549 switch (p_priv->cflag & CSIZE) { in keyspan_usa90_send_setup()
2563 if (p_priv->cflag & PARENB) { in keyspan_usa90_send_setup()
2565 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa90_send_setup()
2568 if (p_priv->old_cflag != p_priv->cflag) { in keyspan_usa90_send_setup()
2569 p_priv->old_cflag = p_priv->cflag; in keyspan_usa90_send_setup()
2674 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
2675 switch (p_priv->cflag & CSIZE) { in keyspan_usa67_send_setup()
2689 if (p_priv->cflag & PARENB) { in keyspan_usa67_send_setup()
2691 msg.lcr |= (p_priv->cflag & PARODD) ? in keyspan_usa67_send_setup()