Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtty.h455 extern void tty_free_termios(struct tty_struct *tty);
/linux-4.4.14/drivers/tty/
Dtty_io.c1570 void tty_free_termios(struct tty_struct *tty) in tty_free_termios() function
1591 EXPORT_SYMBOL(tty_free_termios);
1691 tty_free_termios(tty); in release_tty()
Dpty.c447 tty_free_termios(tty); in pty_common_install()