Home
last modified time | relevance | path

Searched refs:old_termios (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c2284 static void mgslpc_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in mgslpc_set_termios() argument
2294 if ((tty->termios.c_cflag == old_termios->c_cflag) in mgslpc_set_termios()
2296 == RELEVANT_IFLAG(old_termios->c_iflag))) in mgslpc_set_termios()
2302 if ((old_termios->c_cflag & CBAUD) && !C_BAUD(tty)) { in mgslpc_set_termios()
2310 if (!(old_termios->c_cflag & CBAUD) && C_BAUD(tty)) { in mgslpc_set_termios()
2320 if (old_termios->c_cflag & CRTSCTS && !C_CRTSCTS(tty)) { in mgslpc_set_termios()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_tty.c1455 isdn_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) in isdn_tty_set_termios() argument
1460 if (!old_termios) in isdn_tty_set_termios()
1463 if (tty->termios.c_cflag == old_termios->c_cflag && in isdn_tty_set_termios()
1464 tty->termios.c_ispeed == old_termios->c_ispeed && in isdn_tty_set_termios()
1465 tty->termios.c_ospeed == old_termios->c_ospeed) { in isdn_tty_set_termios()