Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dtty_port.c564 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()
Damiserial.c1235 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
Dmxser.c924 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
Dn_gsm.c3028 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
Dsynclink_gt.c668 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
/Linux-v5.15/include/linux/
Dtty_port.h193 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c2329 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()