Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H 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()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c1029 static bool of_is_ancestor_of(struct device_node *test_ancestor, in of_is_ancestor_of() argument
1034 if (child == test_ancestor) { in of_is_ancestor_of()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h92 bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor,