owl_uart_dt_matches  631 drivers/tty/serial/owl-uart.c static const struct of_device_id owl_uart_dt_matches[] = {
owl_uart_dt_matches  636 drivers/tty/serial/owl-uart.c MODULE_DEVICE_TABLE(of, owl_uart_dt_matches);
owl_uart_dt_matches  648 drivers/tty/serial/owl-uart.c 		match = of_match_node(owl_uart_dt_matches, pdev->dev.of_node);
owl_uart_dt_matches  731 drivers/tty/serial/owl-uart.c 		.of_match_table = owl_uart_dt_matches,