Lines Matching refs:ttys
1365 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1410 driver->ttys[tty->index] = tty; in tty_standard_install()
1449 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1723 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1725 idx, tty->driver->ttys[idx]); in tty_release_checks()
1731 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1733 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3389 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3393 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3418 kfree(driver->ttys); in __tty_alloc_driver()
3454 kfree(driver->ttys); in destruct_tty_driver()