Searched refs:test_child (Results 1 – 2 of 2) sorted by relevance
700 struct fwnode_handle *test_child) in fwnode_is_ancestor_of() argument705 fwnode_handle_get(test_child); in fwnode_is_ancestor_of()706 while (test_child) { in fwnode_is_ancestor_of()707 if (test_child == test_ancestor) { in fwnode_is_ancestor_of()708 fwnode_handle_put(test_child); in fwnode_is_ancestor_of()711 test_child = fwnode_get_next_parent(test_child); in fwnode_is_ancestor_of()
93 struct fwnode_handle *test_child);