taglinefilesource code
other235drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other254drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other810drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other811drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other812drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other821drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other822drivers/char/tty_io.cdriver->other->minor_start + idx);
other825drivers/char/tty_io.co_tty->driver = *driver->other;
other833drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other892drivers/char/tty_io.c(*driver->other->refcount)++;
other984drivers/char/tty_io.cif (tty->driver.other) {
other985drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other990drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other995drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1032drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1033drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */