Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/
Dproperty.c700 struct fwnode_handle *test_child) in fwnode_is_ancestor_of() argument
705 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()
/Linux-v5.15/include/linux/
Dproperty.h93 struct fwnode_handle *test_child);