Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/uart/
H A Duart_tty.c62 static tsw_outwakeup_t uart_tty_outwakeup; variable
198 uart_tty_outwakeup(struct tty *tp) in uart_tty_outwakeup() function
363 uart_tty_outwakeup(tp); in uart_tty_intr()
367 uart_tty_outwakeup(tp); in uart_tty_intr()
410 .tsw_outwakeup = uart_tty_outwakeup,