Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/atmel/
H A Dhlcdc-dc.txt18 Optional properties in grandchild nodes:
19 Any endpoint grandchild node may specify a desired video interface
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp125 void error(std::string message, std::size_t child, std::size_t grandchild) { in error() argument
126 …>push_back({message, key + "[" + util::toString(child) + "][" + util::toString(grandchild) + "]"}); in error()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dcore.c564 struct udevice *grandchild[NODE_COUNT]; in dm_test_children() local
585 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()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dunittest.c1231 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1293 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()