Searched refs:tty_port_close_start (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | tty_port.c | 565 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function 608 EXPORT_SYMBOL(tty_port_close_start); 640 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
|
D | amiserial.c | 1365 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
D | n_gsm.c | 2998 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
D | rocket.c | 973 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
|
D | mxser.c | 1079 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
|
D | synclink_gt.c | 724 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 | 3079 if (tty_port_close_start(&info->port, tty, filp) == 0) in mgsl_close()
|
/Linux-v4.19/include/linux/ |
D | tty.h | 686 extern int tty_port_close_start(struct tty_port *port,
|
/Linux-v4.19/drivers/char/pcmcia/ |
D | synclink_cs.c | 2338 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()
|