Home
last modified time | relevance | path

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

/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c60 /* Wake up any tty_wait_until_sent() */ in ttyport_write_wakeup()
215 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
/linux/drivers/tty/
H A Dtty_ioctl.c169 * tty_wait_until_sent - wait for I/O to finish
179 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function
195 EXPORT_SYMBOL(tty_wait_until_sent);
H A Dtty_port.c637 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
H A Dtty_io.c2694 tty_wait_until_sent(tty, 0); in tty_ioctl()
/linux/include/linux/
H A Dtty.h403 void tty_wait_until_sent(struct tty_struct *tty, long timeout);