match_node_tests  957 drivers/of/unittest.c } match_node_tests[] = {
match_node_tests  978 drivers/of/unittest.c 	for (i = 0; i < ARRAY_SIZE(match_node_tests); i++) {
match_node_tests  979 drivers/of/unittest.c 		np = of_find_node_by_path(match_node_tests[i].path);
match_node_tests  982 drivers/of/unittest.c 				match_node_tests[i].path);
match_node_tests  989 drivers/of/unittest.c 				match_node_tests[i].path);
match_node_tests  993 drivers/of/unittest.c 		if (strcmp(match->data, match_node_tests[i].data) != 0) {
match_node_tests  995 drivers/of/unittest.c 				match_node_tests[i].path, match_node_tests[i].data,