taglinefilesource code
old_termios2296drivers/char/cyclades.ccy_set_termios(struct tty_struct *tty, struct termios * old_termios)
old_termios2304drivers/char/cyclades.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios2308drivers/char/cyclades.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios2314drivers/char/cyclades.cif (!(old_termios->c_cflag & CLOCAL) &&
old_termios2067drivers/char/pcxx.cstatic void pcxe_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios2079drivers/char/pcxx.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios2082drivers/char/pcxx.cif(!(old_termios->c_cflag & CLOCAL) &&
old_termios1679drivers/char/riscom8.cstatic void rc_set_termios(struct tty_struct * tty, struct termios * old_termios)
old_termios1687drivers/char/riscom8.cif (tty->termios->c_cflag == old_termios->c_cflag &&
old_termios1688drivers/char/riscom8.ctty->termios->c_iflag == old_termios->c_iflag)
old_termios1695drivers/char/riscom8.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios223drivers/char/scc.cstatic void scc_set_termios(struct tty_struct *tty, struct termios *old_termios);
old_termios2637drivers/char/scc.cscc_set_termios(struct tty_struct * tty, struct termios * old_termios)
old_termios2644drivers/char/scc.cif (old_termios && (tty->termios->c_cflag == old_termios->c_cflag)) 
old_termios2064drivers/char/serial.cstatic void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios2068drivers/char/serial.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios2073drivers/char/serial.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios2086drivers/char/serial.cif (!(old_termios->c_cflag & CLOCAL) &&
old_termios100drivers/char/tty_ioctl.cstruct termios old_termios = *tty->termios;
old_termios104drivers/char/tty_ioctl.cunset_locked_termios(tty->termios, &old_termios, tty->termios_locked);
old_termios105drivers/char/tty_ioctl.ccanon_change = (old_termios.c_lflag ^ tty->termios->c_lflag) & ICANON;
old_termios120drivers/char/tty_ioctl.cint old_flow = ((old_termios.c_iflag & IXON) &&
old_termios121drivers/char/tty_ioctl.c(old_termios.c_cc[VSTOP] == '\023') &&
old_termios122drivers/char/tty_ioctl.c(old_termios.c_cc[VSTART] == '\021'));
old_termios137drivers/char/tty_ioctl.c(*tty->driver.set_termios)(tty, &old_termios);
old_termios140drivers/char/tty_ioctl.c(*tty->ldisc.set_termios)(tty, &old_termios);
old_termios756drivers/isdn/isdn_tty.cstatic void isdn_tty_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios760drivers/isdn/isdn_tty.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios763drivers/isdn/isdn_tty.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios1413drivers/sbus/char/sunserial.cstatic void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios1417drivers/sbus/char/sunserial.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios1422drivers/sbus/char/sunserial.cif ((old_termios->c_cflag & CRTSCTS) &&