Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h90 int tty_release(struct inode *inode, struct file *filp);
H A Dtty_io.c484 .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 Dpty.c847 * 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 Dtty.h89 int tty_release(struct inode *inode, struct file *filp);
H A Dtty_io.c474 .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 Dpty.c835 * fsi will be killed/put by the tty_release() in ptmx_open()
860 tty_release(inode, filp); in ptmx_open()

Completed in 11 milliseconds