Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dowl-uart.c631 static const struct of_device_id owl_uart_dt_matches[] = { variable
636 MODULE_DEVICE_TABLE(of, owl_uart_dt_matches);
648 match = of_match_node(owl_uart_dt_matches, pdev->dev.of_node); in owl_uart_probe()
731 .of_match_table = owl_uart_dt_matches,