Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_port.c505 tty_wait_until_sent_from_close(tty, port->closing_wait); in tty_port_close_start()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.c420 tty_wait_until_sent_from_close(tty, HVC_CLOSE_WAIT); in hvc_close()
Dhvcs.c1233 tty_wait_until_sent_from_close(tty, HVCS_CLOSE_WAIT); in hvcs_close()
/linux-4.1.27/include/linux/
Dtty.h669 static inline void tty_wait_until_sent_from_close(struct tty_struct *tty, in tty_wait_until_sent_from_close() function
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1585 tty_wait_until_sent_from_close(tty, 3000); /* 30 seconds timeout */ in isdn_tty_close()