Home
last modified time | relevance | path

Searched refs:tty_port_close_start (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/tty/
Dtty_port.c455 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()
Damiserial.c1397 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
Dn_gsm.c2988 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
Drocket.c998 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
Dmxser.c1082 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
Dsynclink_gt.c725 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
Dsynclinkmp.c811 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
Dsynclink.c3095 if (tty_port_close_start(&info->port, tty, filp) == 0) in mgsl_close()
/linux-4.4.14/include/linux/
Dtty.h567 extern int tty_port_close_start(struct tty_port *port,
/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c486 if (tty_port_close_start(port, tty, filp) == 0) in ircomm_tty_close()
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c1397 if (!port->count || tty_port_close_start(port, tty, filp) == 0) in uart_close()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c2350 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()