Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c225 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c191 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent() function
207 EXPORT_SYMBOL(tty_wait_until_sent);
H A Dtty_port.c656 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
H A Dtty_io.c2681 tty_wait_until_sent(tty, 0); in tty_ioctl()
/openbmc/linux/include/linux/
H A Dtty.h409 void tty_wait_until_sent(struct tty_struct *tty, long timeout);
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c422 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
H A Dhvcs.c1196 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()