Lines Matching refs:ttys
561 * file list lock for manipulating list of ttys
1249 tty = driver->ttys[idx];
1291 driver->ttys[tty->index] = tty;
1330 driver->ttys[tty->index] = NULL;
1527 * of ttys that the driver keeps.
1589 * of ttys that the driver keeps.
1634 if (tty != tty->driver->ttys[idx]) {
1636 idx, tty->driver->ttys[idx]);
1642 if (o_tty != tty->driver->other->ttys[idx]) {
1644 idx, tty->driver->other->ttys[idx]);
3326 driver->ttys = kcalloc(lines, sizeof(*driver->ttys),
3330 if (!driver->ttys || !driver->termios) {
3355 kfree(driver->ttys);
3386 kfree(driver->ttys);