Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dunittest.c2306 struct device_node *last_sibling; in of_unittest_overlay_high_level() local
2381 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
2382 last_sibling = np; in of_unittest_overlay_high_level()
2384 if (last_sibling) in of_unittest_overlay_high_level()
2385 last_sibling->sibling = overlay_base_root->child; in of_unittest_overlay_high_level()