Lines Matching refs:ttys
1234 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1283 driver->ttys[tty->index] = tty; in tty_standard_install()
1321 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1623 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1625 idx, tty->driver->ttys[idx]); in tty_release_checks()
1631 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1633 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3331 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3335 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3360 kfree(driver->ttys); in __tty_alloc_driver()
3391 kfree(driver->ttys); in destruct_tty_driver()