Home
last modified time | relevance | path

Searched refs:tty_free_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty.h88 void tty_free_file(struct file *file);
H A Dtty_io.c215 void tty_free_file(struct file *file) in tty_free_file() function
232 tty_free_file(file); in tty_del_file()
2130 tty_free_file(filp); in tty_open()
H A Dpty.c867 tty_free_file(filp); in ptmx_open()