mpc52xx_uart_of_match 1725 drivers/tty/serial/mpc52xx_uart.c static const struct of_device_id mpc52xx_uart_of_match[] = {
mpc52xx_uart_of_match 1871 drivers/tty/serial/mpc52xx_uart.c 	for_each_matching_node(np, mpc52xx_uart_of_match) {
mpc52xx_uart_of_match 1872 drivers/tty/serial/mpc52xx_uart.c 		match = of_match_node(mpc52xx_uart_of_match, np);
mpc52xx_uart_of_match 1886 drivers/tty/serial/mpc52xx_uart.c MODULE_DEVICE_TABLE(of, mpc52xx_uart_of_match);
mpc52xx_uart_of_match 1897 drivers/tty/serial/mpc52xx_uart.c 		.of_match_table = mpc52xx_uart_of_match,