taglinefilesource code
other210drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other227drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other766drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other767drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other768drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other777drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other778drivers/char/tty_io.cdriver->other->minor_start + idx);
other781drivers/char/tty_io.co_tty->driver = *driver->other;
other789drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other836drivers/char/tty_io.c(*driver->other->refcount)++;
other926drivers/char/tty_io.cif (tty->driver.other) {
other927drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other932drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other937drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other980drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other981drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other982drivers/char/tty_io.ctty->driver.other->termios_locked[idx] = NULL;
other104include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */