taglinefilesource code
old_termios903kernel/chr_drv/serial.cstatic void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios905kernel/chr_drv/serial.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios910kernel/chr_drv/serial.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios916kernel/chr_drv/serial.cif (!(old_termios->c_cflag & CLOCAL) &&
old_termios154kernel/chr_drv/tty_ioctl.cstruct termios old_termios = *tty->termios;
old_termios168kernel/chr_drv/tty_ioctl.c(*tty->set_termios)(tty, &old_termios);
old_termios199kernel/chr_drv/tty_ioctl.cstruct termios old_termios = *tty->termios;
old_termios231kernel/chr_drv/tty_ioctl.c(*tty->set_termios)(tty, &old_termios);