Searched refs:tty_port_close_end (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | tty_port.c | 611 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end() function 630 EXPORT_SYMBOL(tty_port_close_end); 644 tty_port_close_end(port, tty); in tty_port_close()
|
D | amiserial.c | 1396 tty_port_close_end(port, tty); in rs_close()
|
D | n_gsm.c | 3003 tty_port_close_end(&dlci->port, tty); in gsmtty_close()
|
D | mxser.c | 1093 tty_port_close_end(port, tty); in mxser_close()
|
D | synclink_gt.c | 736 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 | 3090 tty_port_close_end(&info->port, tty); in mgsl_close()
|
/Linux-v4.19/include/linux/ |
D | tty.h | 688 extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_tty.c | 1602 tty_port_close_end(port, tty); in isdn_tty_close()
|
/Linux-v4.19/drivers/char/pcmcia/ |
D | synclink_cs.c | 2349 tty_port_close_end(port, tty); in mgslpc_close()
|