Home
last modified time | relevance | path

Searched refs:tty_wait_until_sent (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/tty/
Dtty_ioctl.c218 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()
Dtty_port.c592 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
Dtty_io.c2560 tty_wait_until_sent(tty, 0); in tty_ioctl()
/Linux-v5.10/drivers/tty/serdev/
Dserdev-ttyport.c225 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
/Linux-v5.10/drivers/tty/hvc/
Dhvc_console.c422 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
Dhvcs.c1217 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
/Linux-v5.10/include/linux/
Dtty.h476 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);