tag | line | file | source code |
old_termios | 1032 | kernel/chr_drv/serial.c | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) |
old_termios | 1036 | kernel/chr_drv/serial.c | if (tty->termios->c_cflag == old_termios->c_cflag) |
old_termios | 1043 | kernel/chr_drv/serial.c | if ((old_termios->c_cflag & CRTSCTS) && |
old_termios | 1049 | kernel/chr_drv/serial.c | if (!(old_termios->c_cflag & CLOCAL) && |
old_termios | 157 | kernel/chr_drv/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 171 | kernel/chr_drv/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |
old_termios | 204 | kernel/chr_drv/tty_ioctl.c | struct termios old_termios = *tty->termios; |
old_termios | 236 | kernel/chr_drv/tty_ioctl.c | (*tty->set_termios)(tty, &old_termios); |