Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A 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()
H A Damiserial.c1264 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
H A Drocket.c976 if (tty_port_close_start(port, tty, filp) == 0) in rp_close()
H A Dn_gsm.c3158 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
H A Dmxser.c1083 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
H A Dsynclink_gt.c669 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
H A Dsynclinkmp.c811 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
H A Dsynclink.c3077 if (tty_port_close_start(&info->port, tty, filp) == 0) in mgsl_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h712 extern int tty_port_close_start(struct tty_port *port,
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c2337 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()