tag | line | file | source code |
old_termios | 1719 | drivers/char/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
old_termios | 1723 | drivers/char/serial.c | if (tty->termios->c_cflag == old_termios->c_cflag) |
old_termios | 1728 | drivers/char/serial.c | if ((old_termios->c_cflag & CRTSCTS) && |
old_termios | 1734 | drivers/char/serial.c | if (!(old_termios->c_cflag & CLOCAL) && |
old_termios | 93 | drivers/char/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 124 | drivers/char/tty_ioctl.c | unset_locked_termios(tty->termios, &old_termios, tty->termios_locked); |
old_termios | 125 | drivers/char/tty_ioctl.c | canon_change = (old_termios.c_lflag ^ tty->termios->c_lflag) & ICANON; |
old_termios | 140 | drivers/char/tty_ioctl.c | int old_flow = ((old_termios.c_iflag & IXON) && |
old_termios | 141 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
old_termios | 142 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
old_termios | 157 | drivers/char/tty_ioctl.c | (*tty->driver.set_termios)(tty, &old_termios); |
old_termios | 160 | drivers/char/tty_ioctl.c | (*tty->ldisc.set_termios)(tty, &old_termios); |