Lines Matching defs:release_tty
159 static void release_tty(struct tty_struct *tty, int idx);
1435 * If we fail here just call release_tty to clean up. No need
1436 * to decrement the use counts, as release_tty doesn't care.
1452 /* call the tty release_tty routine to clean out this slot */
1459 release_tty(tty, idx);
1569 * release_tty - release tty structure memory
1581 static void release_tty(struct tty_struct *tty, int idx)
1665 * The release_tty function takes care of the details of clearing
1670 release_tty(tty, tty->index);
1695 * The release_tty function takes care of the details of clearing
1699 release_tty(tty, idx);