Searched refs:tty_port_close_start (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_port.rst | 33 tty_port_close tty_port_close_start tty_port_close_end tty_port_hangup
|
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | 623 int tty_port_close_start(struct tty_port *port, in tty_port_close_start() function 666 EXPORT_SYMBOL(tty_port_close_start); 716 if (tty_port_close_start(port, tty, filp) == 0) in tty_port_close()
|
H A D | amiserial.c | 1231 if (tty_port_close_start(port, tty, filp) == 0) in rs_close()
|
H A D | n_gsm.c | 4344 if (tty_port_close_start(&dlci->port, tty, filp) == 0) in gsmtty_close()
|
H A D | synclink_gt.c | 659 if (tty_port_close_start(&info->port, tty, filp) == 0) in close()
|
/openbmc/linux/include/linux/ |
H A D | tty_port.h | 242 int tty_port_close_start(struct tty_port *port, struct tty_struct *tty,
|