Home
last modified time | relevance | path

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

/linux/drivers/base/
A Dproperty.c698 bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor, in fwnode_is_ancestor_of() argument
701 if (!test_ancestor) in fwnode_is_ancestor_of()
706 if (test_child == test_ancestor) { in fwnode_is_ancestor_of()
/linux/drivers/of/
A Dproperty.c1045 static bool of_is_ancestor_of(struct device_node *test_ancestor, in of_is_ancestor_of() argument
1050 if (child == test_ancestor) { in of_is_ancestor_of()
/linux/include/linux/
A Dproperty.h93 bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor,

Completed in 17 milliseconds