Searched refs:tty_release (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 90 int tty_release(struct inode *inode, struct file *filp);
|
H A D | tty_io.c | 484 .release = tty_release, 499 .release = tty_release, 510 .release = tty_release, 1716 * tty_release - vfs callback for close 1734 int tty_release(struct inode *inode, struct file *filp) in tty_release() function 2081 * tty_open and tty_release keep up the tty count that contains the 2141 tty_unlock(tty); /* need to call tty_release without BTM */ in tty_open() 2142 tty_release(inode, filp); in tty_open()
|
H A D | pty.c | 847 * fsi will be killed/put by the tty_release() in ptmx_open() 872 tty_release(inode, filp); in ptmx_open()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 89 int tty_release(struct inode *inode, struct file *filp);
|
H A D | tty_io.c | 474 .release = tty_release, 489 .release = tty_release, 500 .release = tty_release, 1705 * tty_release - vfs callback for close 1722 int tty_release(struct inode *inode, struct file *filp) in tty_release() function 2093 * tty_open() and tty_release() keep up the tty count that contains the number 2152 tty_unlock(tty); /* need to call tty_release without BTM */ in tty_open() 2153 tty_release(inode, filp); in tty_open()
|
H A D | pty.c | 835 * fsi will be killed/put by the tty_release() in ptmx_open() 860 tty_release(inode, filp); in ptmx_open()
|
Completed in 11 milliseconds