Searched refs:tty_wait_until_sent (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 217 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function 235 EXPORT_SYMBOL(tty_wait_until_sent); 637 tty_wait_until_sent(tty, 0); 704 tty_wait_until_sent(tty, 0); in set_termiox()
|
D | tty_port.c | 490 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
D | tty_io.c | 2867 tty_wait_until_sent(tty, 0); in tty_ioctl()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 943 tty_wait_until_sent(tty, 0); 951 tty_wait_until_sent(tty, 0); 1040 tty_wait_until_sent(tty, port->closing_wait);
|
D | crisv10.c | 3057 tty_wait_until_sent(tty, 0); in rs_write() 3625 tty_wait_until_sent(tty, info->port.closing_wait); in rs_close()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 421 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
|
D | hvcs.c | 1233 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 424 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1432 tty_wait_until_sent(tty, 0); in isdn_tty_ioctl() 1441 tty_wait_until_sent(tty, 0); in isdn_tty_ioctl() 1585 tty_wait_until_sent(tty, 3000); /* 30 seconds timeout */ in isdn_tty_close()
|