Searched refs:tty_wait_until_sent (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 62 /* Wake up any tty_wait_until_sent() */ in ttyport_write_wakeup() 225 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 62 /* Wake up any tty_wait_until_sent() */ in ttyport_write_wakeup() 225 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 209 * tty_wait_until_sent - wait for I/O to finish 219 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function 237 EXPORT_SYMBOL(tty_wait_until_sent); variable
|
H A D | tty_port.c | 593 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
H A D | tty_io.c | 2652 tty_wait_until_sent(tty, 0); in tty_ioctl()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ioctl.c | 181 * tty_wait_until_sent - wait for I/O to finish 191 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function 207 EXPORT_SYMBOL(tty_wait_until_sent); variable
|
H A D | tty_port.c | 656 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
|
H A D | tty_io.c | 2681 tty_wait_until_sent(tty, 0); in tty_ioctl()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty.h | 409 void tty_wait_until_sent(struct tty_struct *tty, long timeout);
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.c | 422 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
|
H A D | hvcs.c | 107 * 1.3.2 -> 1.3.3 Replaced yield() in hvcs_close() with tty_wait_until_sent() to 1217 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 434 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_console.c | 422 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
|
H A D | hvcs.c | 109 * 1.3.2 -> 1.3.3 Replaced yield() in hvcs_close() with tty_wait_until_sent() to 1196 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
|
Completed in 22 milliseconds