taglinefilesource code
old_termios1032kernel/chr_drv/serial.cstatic void rs_set_termios(struct tty_struct *tty, struct termios *old_termios)
old_termios1036kernel/chr_drv/serial.cif (tty->termios->c_cflag == old_termios->c_cflag)
old_termios1043kernel/chr_drv/serial.cif ((old_termios->c_cflag & CRTSCTS) &&
old_termios1049kernel/chr_drv/serial.cif (!(old_termios->c_cflag & CLOCAL) &&
old_termios157kernel/chr_drv/tty_ioctl.cstruct termios old_termios = *tty->termios;
old_termios171kernel/chr_drv/tty_ioctl.c(*tty->set_termios)(tty, &old_termios);
old_termios204kernel/chr_drv/tty_ioctl.cstruct termios old_termios = *tty->termios;
old_termios236kernel/chr_drv/tty_ioctl.c(*tty->set_termios)(tty, &old_termios);