Searched refs:tty_wait_until_sent (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | tty_ioctl.c | 218 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function 236 EXPORT_SYMBOL(tty_wait_until_sent); 409 tty_wait_until_sent(tty, 0); 476 tty_wait_until_sent(tty, 0); in set_termiox()
|
D | tty_port.c | 598 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
D | tty_io.c | 2550 tty_wait_until_sent(tty, 0); in tty_ioctl()
|
/Linux-v4.19/drivers/tty/serdev/ |
D | serdev-ttyport.c | 225 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_console.c | 434 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
|
D | hvcs.c | 1219 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
|
/Linux-v4.19/include/linux/ |
D | tty.h | 463 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_tty.c | 1429 tty_wait_until_sent(tty, 0); in isdn_tty_ioctl() 1438 tty_wait_until_sent(tty, 0); in isdn_tty_ioctl() 1582 tty_wait_until_sent(tty, 3000); /* 30 seconds timeout */ in isdn_tty_close()
|