tag | line | file | source code |
old_termios | 1388 | drivers/char/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
old_termios | 1392 | drivers/char/serial.c | if (tty->termios->c_cflag == old_termios->c_cflag) |
old_termios | 1399 | drivers/char/serial.c | if ((old_termios->c_cflag & CRTSCTS) && |
old_termios | 1405 | drivers/char/serial.c | if (!(old_termios->c_cflag & CLOCAL) && |
old_termios | 191 | drivers/char/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 201 | drivers/char/tty_ioctl.c | old_flow = (old_termios.c_iflag & IXON) && |
old_termios | 202 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
old_termios | 203 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021'); |
old_termios | 228 | drivers/char/tty_ioctl.c | unset_locked_termios(tty->termios, &old_termios, |
old_termios | 238 | drivers/char/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |
old_termios | 271 | drivers/char/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 288 | drivers/char/tty_ioctl.c | old_flow = (old_termios.c_iflag & IXON) && |
old_termios | 289 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
old_termios | 290 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021'); |
old_termios | 306 | drivers/char/tty_ioctl.c | unset_locked_termios(tty->termios, &old_termios, |
old_termios | 316 | drivers/char/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |