Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/of/
Dunittest.c1010 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1064 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()