Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_bus.h152 int uart_tty_attach(struct uart_softc *);
H A Duart_tty.c420 uart_tty_attach(struct uart_softc *sc) in uart_tty_attach() function
H A Duart_core.c741 if ((error = uart_tty_attach(sc)) != 0) in uart_bus_attach()