Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_bus_acpi.c45 static int uart_acpi_probe(device_t dev);
49 DEVMETHOD(device_probe, uart_acpi_probe),
82 uart_acpi_probe(device_t dev) in uart_acpi_probe() function