Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/devicetree/bindings/display/atmel/
Dhlcdc-dc.txt18 Optional properties in grandchild nodes:
19 Any endpoint grandchild node may specify a desired video interface
/Linux-v5.10/drivers/of/
Dunittest.c1202 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1264 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()
1265 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()
1268 grandchild); in of_unittest_platform_populate()
1275 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()
1276 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()
1278 grandchild); in of_unittest_platform_populate()