Searched refs:tty_port_close_end (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_port.c | 606 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end() function 625 EXPORT_SYMBOL(tty_port_close_end); variable 640 tty_port_close_end(port, tty); in tty_port_close()
|
H A D | amiserial.c | 1295 tty_port_close_end(port, tty); in rs_close()
|
H A D | n_gsm.c | 3207 tty_port_close_end(&dlci->port, tty); in gsmtty_close()
|
H A D | mxser.c | 1097 tty_port_close_end(port, tty); in mxser_close()
|
H A D | synclink.c | 3088 tty_port_close_end(&info->port, tty); in mgsl_close()
|
H A D | synclinkmp.c | 823 tty_port_close_end(&info->port, tty); in close()
|
H A D | synclink_gt.c | 681 tty_port_close_end(&info->port, tty); in close()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_port.c | 617 * in tty_port_close_end(). 669 * tty_port_close_end - helper for tty->ops->close, part 2/2 679 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty) in tty_port_close_end() function 698 EXPORT_SYMBOL(tty_port_close_end); variable 708 * tty_port_close_end(). The latter two are called only if this is the last 721 tty_port_close_end(port, tty); in tty_port_close()
|
H A D | amiserial.c | 1262 tty_port_close_end(port, tty); in rs_close()
|
H A D | n_gsm.c | 4293 tty_port_close_end(&dlci->port, tty); in gsmtty_close()
|
H A D | synclink_gt.c | 671 tty_port_close_end(&info->port, tty); in close()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_port.h | 97 * tty_port_close_start() and tty_port_close_end() separately if need be), and 244 void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 631 extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
|
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | synclink_cs.c | 2348 tty_port_close_end(port, tty); in mgslpc_close()
|
Completed in 48 milliseconds