Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/uart/
HDuart_tty.c63 static tsw_outwakeup_t uart_tty_outwakeup; variable
196 uart_tty_outwakeup(struct tty *tp) in uart_tty_outwakeup() function
358 uart_tty_outwakeup(tp); in uart_tty_intr()
362 uart_tty_outwakeup(tp); in uart_tty_intr()
395 .tsw_outwakeup = uart_tty_outwakeup,