taglinefilesource code
tty_termios330include/linux/tty.hextern struct termios *tty_termios[];
tty_termios1531kernel/chr_drv/serial.cif (tty_termios[tty_line])
tty_termios1532kernel/chr_drv/serial.corig_termios = *tty_termios[tty_line];
tty_termios1573kernel/chr_drv/serial.ctty_termios[tty_line])
tty_termios1574kernel/chr_drv/serial.c*tty_termios[tty_line] = orig_termios;
tty_termios59kernel/chr_drv/tty_io.cstruct termios *tty_termios[MAX_TTYS];  /* We need to keep the termios state */
tty_termios1084kernel/chr_drv/tty_io.cif (!tty_termios[dev] && !tp) {
tty_termios1109kernel/chr_drv/tty_io.cif (!tty_termios[o_dev] && !o_tp) {
tty_termios1128kernel/chr_drv/tty_io.cif (!tty_termios[dev]) {
tty_termios1129kernel/chr_drv/tty_io.ctty_termios[dev] = tp;
tty_termios1133kernel/chr_drv/tty_io.ctty->termios = tty_termios[dev];
tty_termios1142kernel/chr_drv/tty_io.cif (!tty_termios[o_dev]) {
tty_termios1143kernel/chr_drv/tty_io.ctty_termios[o_dev] = o_tp;
tty_termios1151kernel/chr_drv/tty_io.co_tty->termios = tty_termios[o_dev];
tty_termios1190kernel/chr_drv/tty_io.ctp = tty_termios[dev];
tty_termios1203kernel/chr_drv/tty_io.co_tp = tty_termios[PTY_OTHER(dev)];
tty_termios1252kernel/chr_drv/tty_io.ctty_termios[PTY_OTHER(dev)] = NULL;
tty_termios1257kernel/chr_drv/tty_io.ctty_termios[dev] = NULL;
tty_termios1643kernel/chr_drv/tty_io.ctty_termios[i] = 0;