Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_bus.h150 int uart_tty_attach(struct uart_softc *);
H A Duart_tty.c421 uart_tty_attach(struct uart_softc *sc) in uart_tty_attach() function
H A Duart_core.c736 if ((error = uart_tty_attach(sc)) != 0) in uart_bus_attach()