Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dserial_core.c1811 * Calls to uart_hangup() are serialised by the tty_lock in in uart_wait_until_sent()
1815 static void uart_hangup(struct tty_struct *tty)
1821 pr_debug("uart_hangup(%d)\n", tty->index); in uart_hangup()
2686 .hangup = uart_hangup,
1819 static void uart_hangup(struct tty_struct *tty) uart_hangup() function