Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_port.c470 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function
515 EXPORT_SYMBOL(tty_port_close_start);
554 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
Damiserial.c1401 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
Dn_gsm.c2989 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
Dmxser.c1082 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
Drocket.c1006 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
Dsynclink_gt.c734 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
Dsynclinkmp.c820 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.1.27/include/linux/
Dtty.h565 extern int tty_port_close_start(struct tty_port *port,
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c515 if (tty_port_close_start(port, tty, filp) == 0) in ircomm_tty_close()
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c1389 if (!port->count || tty_port_close_start(port, tty, filp) == 0) in uart_close()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2350 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()