taglinefilesource code
other210drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other227drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other765drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other766drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other767drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other776drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other777drivers/char/tty_io.cdriver->other->minor_start + idx);
other780drivers/char/tty_io.co_tty->driver = *driver->other;
other788drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other840drivers/char/tty_io.c(*driver->other->refcount)++;
other931drivers/char/tty_io.cif (tty->driver.other) {
other932drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other937drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other942drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other985drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other986drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other987drivers/char/tty_io.ctty->driver.other->termios_locked[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */