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

/freebsd-12-stable/sys/dev/uart/
H A Duart_tty.c65 static tsw_outwakeup_t uart_tty_outwakeup; variable
198 uart_tty_outwakeup(struct tty *tp) function
360 uart_tty_outwakeup(tp);
364 uart_tty_outwakeup(tp);
397 .tsw_outwakeup = uart_tty_outwakeup,

Completed in 159 milliseconds