taglinefilesource code
other235drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other254drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other814drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other815drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other816drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other825drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other826drivers/char/tty_io.cdriver->other->minor_start + idx);
other829drivers/char/tty_io.co_tty->driver = *driver->other;
other837drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other889drivers/char/tty_io.c(*driver->other->refcount)++;
other981drivers/char/tty_io.cif (tty->driver.other) {
other982drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other987drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other992drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1026drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1027drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */