tegra_uart_of_match 1529 drivers/tty/serial/serial-tegra.c static const struct of_device_id tegra_uart_of_match[] = {
tegra_uart_of_match 1545 drivers/tty/serial/serial-tegra.c MODULE_DEVICE_TABLE(of, tegra_uart_of_match);
tegra_uart_of_match 1556 drivers/tty/serial/serial-tegra.c 	match = of_match_device(tegra_uart_of_match, &pdev->dev);
tegra_uart_of_match 1654 drivers/tty/serial/serial-tegra.c 		.of_match_table = tegra_uart_of_match,
tegra_uart_of_match 1666 drivers/tty/serial/serial-tegra.c 	node = of_find_matching_node(NULL, tegra_uart_of_match);
tegra_uart_of_match 1668 drivers/tty/serial/serial-tegra.c 		match = of_match_node(tegra_uart_of_match, node);