Searched refs:uart_set_backend (Results 1 – 4 of 4) sorted by relevance
46 int uart_set_backend(struct uart_softc *sc, const char *opt);
106 if (uart_set_backend(sc, opts) != 0) { in pci_uart_init()
214 if (uart_set_backend(sc->uart_softc, sc->opts) != 0) { in lpc_init()
696 uart_set_backend(struct uart_softc *sc, const char *opts) in uart_set_backend() function