Lines Matching refs:ttys
1165 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1207 driver->ttys[tty->index] = tty; in tty_standard_install()
1246 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1545 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1547 idx, tty->driver->ttys[idx]); in tty_release_checks()
1553 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1555 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3224 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3228 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3253 kfree(driver->ttys); in __tty_alloc_driver()
3284 kfree(driver->ttys); in destruct_tty_driver()