tag | line | file | source code |
old_termios | 903 | kernel/chr_drv/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
old_termios | 905 | kernel/chr_drv/serial.c | if (tty->termios->c_cflag == old_termios->c_cflag) |
old_termios | 910 | kernel/chr_drv/serial.c | if ((old_termios->c_cflag & CRTSCTS) && |
old_termios | 916 | kernel/chr_drv/serial.c | if (!(old_termios->c_cflag & CLOCAL) && |
old_termios | 154 | kernel/chr_drv/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 168 | kernel/chr_drv/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |
old_termios | 199 | kernel/chr_drv/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 231 | kernel/chr_drv/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |