Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmpc52xx_uart.c1725 static const struct of_device_id mpc52xx_uart_of_match[] = { variable
1871 for_each_matching_node(np, mpc52xx_uart_of_match) { in mpc52xx_uart_of_enumerate()
1872 match = of_match_node(mpc52xx_uart_of_match, np); in mpc52xx_uart_of_enumerate()
1886 MODULE_DEVICE_TABLE(of, mpc52xx_uart_of_match);
1897 .of_match_table = mpc52xx_uart_of_match,