Home
last modified time | relevance | path

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

/drivers/base/
Dproperty.c699 struct fwnode_handle *test_child) in fwnode_is_ancestor_of() argument
704 fwnode_handle_get(test_child); in fwnode_is_ancestor_of()
705 while (test_child) { in fwnode_is_ancestor_of()
706 if (test_child == test_ancestor) { in fwnode_is_ancestor_of()
707 fwnode_handle_put(test_child); in fwnode_is_ancestor_of()
710 test_child = fwnode_get_next_parent(test_child); in fwnode_is_ancestor_of()