Searched refs:tty_port_close_start (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/tty/ |
A D | tty_port.c | 564 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()
|
A D | amiserial.c | 1235 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
A D | mxser.c | 919 if (tty_port_close_start(port, tty, filp) == 0) in mxser_close()
|
A D | n_gsm.c | 3090 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
A D | synclink_gt.c | 668 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
/linux/include/linux/ |
A D | tty_port.h | 193 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
|
/linux/drivers/char/pcmcia/ |
A D | synclink_cs.c | 2329 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()
|
/linux/ |
A D | vmlinux.symvers | 3073 0x00000000 tty_port_close_start vmlinux EXPORT_SYMBOL
|
A D | System.map | 28435 ffff800010764f10 t tty_port_close_start.part.0 28436 ffff8000107650e0 T tty_port_close_start
|
A D | .tmp_System.map | 28435 ffff800010764f10 t tty_port_close_start.part.0 28436 ffff8000107650e0 T tty_port_close_start
|
Completed in 356 milliseconds