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

/freebsd-13-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
363 uart_tty_outwakeup(tp);
367 uart_tty_outwakeup(tp);
400 .tsw_outwakeup = uart_tty_outwakeup,

Completed in 154 milliseconds