Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dunittest.c1860 } match_node_tests[] = { variable
1881 for (i = 0; i < ARRAY_SIZE(match_node_tests); i++) { in of_unittest_match_node()
1882 np = of_find_node_by_path(match_node_tests[i].path); in of_unittest_match_node()
1885 match_node_tests[i].path); in of_unittest_match_node()
1892 match_node_tests[i].path); in of_unittest_match_node()
1896 if (strcmp(match->data, match_node_tests[i].data) != 0) { in of_unittest_match_node()
1898 match_node_tests[i].path, match_node_tests[i].data, in of_unittest_match_node()