Searched refs:tty_release (Results 1 - 3 of 3) 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.c455 .release = tty_release,
467 .release = tty_release,
478 .release = tty_release,
1505 * tty_release - vfs callback for close
1523 int tty_release(struct inode *inode, struct file *filp) function
1749 * tty_open and tty_release keep up the tty count that contains the
1881 tty_unlock(); /* need to call tty_release without BTM */
1882 tty_release(inode, filp);
H A Dpty.c692 tty_release(inode, filp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h473 extern int tty_release(struct inode *inode, struct file *filp);

Completed in 135 milliseconds