Searched refs:tty_port_close_start (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 455 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function 500 EXPORT_SYMBOL(tty_port_close_start); 534 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
|
D | amiserial.c | 1397 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
D | n_gsm.c | 2988 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
D | rocket.c | 998 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
|
D | mxser.c | 1082 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
|
D | synclink_gt.c | 725 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
D | synclinkmp.c | 811 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
D | synclink.c | 3095 if (tty_port_close_start(&info->port, tty, filp) == 0) in mgsl_close()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 567 extern int tty_port_close_start(struct tty_port *port,
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 486 if (tty_port_close_start(port, tty, filp) == 0) in ircomm_tty_close()
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 1397 if (!port->count || tty_port_close_start(port, tty, filp) == 0) in uart_close()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 2350 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()
|