taglinefilesource code
orig_termios1483drivers/char/serial.cstruct termios  orig_termios;
orig_termios1531drivers/char/serial.cmemset(&orig_termios, 0, sizeof(orig_termios));
orig_termios1533drivers/char/serial.corig_termios = *tty_termios[tty_line];
orig_termios1575drivers/char/serial.c*tty_termios[tty_line] = orig_termios;