Lines Matching refs:ttys
569 * * file list lock for manipulating list of ttys
1234 tty = driver->ttys[idx];
1283 driver->ttys[tty->index] = tty;
1321 driver->ttys[tty->index] = NULL;
1515 * takes the file list lock internally when working on the list of ttys
1578 * takes the file list lock internally when working on the list of ttys
1623 if (tty != tty->driver->ttys[idx]) {
1625 idx, tty->driver->ttys[idx]);
1631 if (o_tty != tty->driver->other->ttys[idx]) {
1633 idx, tty->driver->other->ttys[idx]);
3334 driver->ttys = kcalloc(lines, sizeof(*driver->ttys),
3338 if (!driver->ttys || !driver->termios) {
3363 kfree(driver->ttys);
3394 kfree(driver->ttys);