Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/of/
Dunittest.c1219 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1281 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()
1282 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()
1285 grandchild); in of_unittest_platform_populate()
1292 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()
1293 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()
1295 grandchild); in of_unittest_platform_populate()