Searched refs:tty_port_close_start (Results 1 – 6 of 6) sorted by relevance
/drivers/tty/ |
D | tty_port.c | 564 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function 607 EXPORT_SYMBOL(tty_port_close_start); 639 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
|
D | amiserial.c | 1235 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
D | mxser.c | 930 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
|
D | n_gsm.c | 3422 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
D | synclink_gt.c | 668 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 2329 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()
|