tag | line | file | source code |
old_termios | 1642 | drivers/char/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
old_termios | 1646 | drivers/char/serial.c | if (tty->termios->c_cflag == old_termios->c_cflag) |
old_termios | 1651 | drivers/char/serial.c | if ((old_termios->c_cflag & CRTSCTS) && |
old_termios | 1657 | drivers/char/serial.c | if (!(old_termios->c_cflag & CLOCAL) && |
old_termios | 87 | drivers/char/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 92 | drivers/char/tty_ioctl.c | unset_locked_termios(tty->termios, &old_termios, tty->termios_locked); |
old_termios | 93 | drivers/char/tty_ioctl.c | canon_change = (old_termios.c_lflag ^ tty->termios->c_lflag) & ICANON; |
old_termios | 108 | drivers/char/tty_ioctl.c | int old_flow = ((old_termios.c_iflag & IXON) && |
old_termios | 109 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
old_termios | 110 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
old_termios | 125 | drivers/char/tty_ioctl.c | (*tty->driver.set_termios)(tty, &old_termios); |
old_termios | 128 | drivers/char/tty_ioctl.c | (*tty->ldisc.set_termios)(tty, &old_termios); |