Searched refs:grandchild (Results 1 – 4 of 4) sorted by relevance
18 Optional properties in grandchild nodes:19 Any endpoint grandchild node may specify a desired video interface
125 void error(std::string message, std::size_t child, std::size_t grandchild) { in error() argument126 …>push_back({message, key + "[" + util::toString(child) + "][" + util::toString(grandchild) + "]"}); in error()
564 struct udevice *grandchild[NODE_COUNT]; in dm_test_children() local585 i == 2 ? grandchild : NULL)); in dm_test_children()594 ut_asserteq_ptr(grandchild[0], dev); in dm_test_children()604 ut_assertok(device_probe(grandchild[i])); in dm_test_children()
1231 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local1293 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()1294 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()1297 grandchild); in of_unittest_platform_populate()1304 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1305 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()1307 grandchild); in of_unittest_platform_populate()