Searched refs:tty_port_close_end (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 503 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end() function 524 EXPORT_SYMBOL(tty_port_close_end); 538 tty_port_close_end(port, tty); in tty_port_close()
|
D | amiserial.c | 1428 tty_port_close_end(port, tty); in rs_close()
|
D | n_gsm.c | 2995 tty_port_close_end(&dlci->port, tty); in gsmtty_close()
|
D | mxser.c | 1096 tty_port_close_end(port, tty); in mxser_close()
|
D | synclink_gt.c | 737 tty_port_close_end(&info->port, tty); in close()
|
D | synclinkmp.c | 823 tty_port_close_end(&info->port, tty); in close()
|
D | synclink.c | 3106 tty_port_close_end(&info->port, tty); in mgsl_close()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 569 extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 493 tty_port_close_end(port, tty); in ircomm_tty_close()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1605 tty_port_close_end(port, tty); in isdn_tty_close()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 2361 tty_port_close_end(port, tty); in mgslpc_close()
|