Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_port.c559 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function
602 EXPORT_SYMBOL(tty_port_close_start);
634 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
Damiserial.c1263 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
Dn_gsm.c3015 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
Drocket.c976 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
Dmxser.c1076 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
Dsynclink_gt.c724 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.c3077 if (tty_port_close_start(&info->port, tty, filp) == 0) in mgsl_close()
/Linux-v5.10/include/linux/
Dtty.h700 extern int tty_port_close_start(struct tty_port *port,
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c2337 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()