Lines Matching refs:termios
1352 if (!tty || tty->termios.c_cflag & HUPCL) { in shutdown()
1393 if (info->netcount || (tty && (tty->termios.c_cflag & CREAD))) in mgslpc_program_hw()
1413 cflag = tty->termios.c_cflag; in mgslpc_change_params()
1736 if (tty->termios.c_cflag & CRTSCTS) { in mgslpc_throttle()
1765 if (tty->termios.c_cflag & CRTSCTS) { in mgslpc_unthrottle()
2301 if ((tty->termios.c_cflag == old_termios->c_cflag) in mgslpc_set_termios()
2302 && (RELEVANT_IFLAG(tty->termios.c_iflag) in mgslpc_set_termios()
2310 !(tty->termios.c_cflag & CBAUD)) { in mgslpc_set_termios()
2319 tty->termios.c_cflag & CBAUD) { in mgslpc_set_termios()
2321 if (!(tty->termios.c_cflag & CRTSCTS) || in mgslpc_set_termios()
2332 !(tty->termios.c_cflag & CRTSCTS)) { in mgslpc_set_termios()