Searched refs:grandchild (Results 1 – 2 of 2) sorted by relevance
18 Optional properties in grandchild nodes:19 Any endpoint grandchild node may specify a desired video interface
1010 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local1064 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1065 unittest(of_find_device_by_node(grandchild), in of_unittest_platform_populate()1067 grandchild); in of_unittest_platform_populate()1072 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1073 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()1075 grandchild); in of_unittest_platform_populate()