Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_z8530.c190 static int z8530_probe(struct uart_bas *bas);
198 .probe = z8530_probe,
207 z8530_probe(struct uart_bas *bas) in z8530_probe() function
515 error = z8530_probe(&sc->sc_bas); in z8530_bus_probe()