Home
last modified time | relevance | path

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

/src/sys/dev/uart/
H A Duart_dev_imx.c73 static int imx_uart_probe(struct uart_bas *bas);
81 .probe = imx_uart_probe,
106 imx_uart_probe(struct uart_bas *bas) in imx_uart_probe() function
557 error = imx_uart_probe(&sc->sc_bas); in imx_uart_bus_probe()