Lines Matching refs:ttys
1246 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1288 driver->ttys[tty->index] = tty; in tty_standard_install()
1327 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1631 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1633 idx, tty->driver->ttys[idx]); in tty_release_checks()
1639 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1641 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3320 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3324 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3349 kfree(driver->ttys); in __tty_alloc_driver()
3380 kfree(driver->ttys); in destruct_tty_driver()