Home
last modified time | relevance | path

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

/linux/drivers/base/
A 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()
/linux/include/linux/
A Dproperty.h94 struct fwnode_handle *test_child);

Completed in 7 milliseconds