Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dacpi_dp.c280 struct acpi_dp *dp, *child1, *child2; in dm_test_acpi_dp_child() local
287 child1 = acpi_dp_new_table("child"); in dm_test_acpi_dp_child()
288 ut_assertnonnull(child1); in dm_test_acpi_dp_child()
289 ut_assertnonnull(acpi_dp_add_integer(child1, "height", TEST_INT16)); in dm_test_acpi_dp_child()
298 ut_assertnonnull(acpi_dp_add_child(dp, "anna", child1)); in dm_test_acpi_dp_child()
/u-boot/scripts/kconfig/
A Dgconf.c1250 struct menu *child1; in update_tree() local
1262 for (child1 = src->list; child1; child1 = child1->next) { in update_tree()
1264 sym = child1->sym; in update_tree()
1267 menu1 = child1; in update_tree()
1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree()
1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()
1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1325 update_tree(child1, child2); in update_tree()
/u-boot/arch/sandbox/dts/
A Dtest.dts248 bind-test-child1 {

Completed in 7 milliseconds