Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_bus_acpi.c44 static int uart_acpi_probe(device_t dev);
48 DEVMETHOD(device_probe, uart_acpi_probe),
81 uart_acpi_probe(device_t dev) in uart_acpi_probe() function