Home
last modified time | relevance | path

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

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