Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A 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);
H A Dtty_port.c592 tty_wait_until_sent(tty, port->closing_wait); in tty_port_close_start()
H A Dtty_io.c2646 tty_wait_until_sent(tty, 0); in tty_ioctl()
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c231 tty_wait_until_sent(tty, timeout); in ttyport_wait_until_sent()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c422 tty_wait_until_sent(tty, HVC_CLOSE_WAIT); in hvc_close()
H A Dhvcs.c1217 tty_wait_until_sent(tty, HVCS_CLOSE_WAIT); in hvcs_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h488 extern void tty_wait_until_sent(struct tty_struct *tty, long timeout);
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c397 tty_wait_until_sent(tty, msecs_to_jiffies(500)); in __hci_uart_flush()