Searched refs:release_tty (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c157 static void release_tty(struct tty_struct *tty, int idx);
1385 * If we fail here just call release_tty to clean up. No need
1386 * to decrement the use counts, as release_tty doesn't care.
1397 /* call the tty release_tty routine to clean out this slot */
1402 release_tty(tty, idx);
1494 static void release_tty(struct tty_struct *tty, int idx) function
1732 * The release_tty function takes care of the details of clearing
1735 release_tty(tty, idx);

Completed in 61 milliseconds