Searched refs:tty_port_close_start (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/tty/ |
A D | tty_port.c | 625 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function 668 EXPORT_SYMBOL(tty_port_close_start); 718 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
|
A D | amiserial.c | 1231 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
A D | n_gsm.c | 4040 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
A D | synclink_gt.c | 661 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
/linux-6.3-rc2/Documentation/driver-api/tty/ |
A D | tty_port.rst | 33 tty_port_close tty_port_close_start tty_port_close_end tty_port_hangup
|
/linux-6.3-rc2/include/linux/ |
A D | tty_port.h | 241 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
|
/linux-6.3-rc2/drivers/char/pcmcia/ |
A D | synclink_cs.c | 2332 if (tty_port_close_start(port, tty, filp) == 0) in mgslpc_close()
|
Completed in 28 milliseconds