Searched refs:fdt_setprop_string (Results 1 – 8 of 8) sorted by relevance
/external/dtc/tests/ |
D | rw_oom.c | 59 CHECK(fdt_setprop_string(fdt, 0, "compatible", "test_oom")); in main() 62 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main() 68 err = fdt_setprop_string(fdt, s1, "unique", "subnode1"); in main() 78 CHECK(fdt_setprop_string(fdt, s1, "unique", "")); in main()
|
D | rw_tree1.c | 51 CHECK(fdt_setprop_string(fdt, 0, "compatible", "test_tree1")); in main() 54 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main() 58 CHECK(fdt_setprop_string(fdt, s1, "compatible", "subnode1")); in main()
|
D | setprop.c | 44 err = fdt_setprop_string(fdt, 0, "prop-int", NEW_STRING); in main()
|
/external/arm-trusted-firmware/common/ |
D | fdt_fixup.c | 85 if (fdt_setprop_string(fdt, offs, "method", "smc")) in dt_add_psci_node() 131 ret = fdt_setprop_string(fdt, offs, "enable-method", "psci"); in dt_update_one_cpu_node() 249 err = fdt_setprop_string(dtb, cpu_offs, "compatible", "arm,armv8"); in fdt_add_cpu() 263 err = fdt_setprop_string(dtb, cpu_offs, "device_type", "cpu"); in fdt_add_cpu() 270 err = fdt_setprop_string(dtb, cpu_offs, "enable-method", "psci"); in fdt_add_cpu()
|
/external/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 168 ret = fdt_setprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 463 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 467 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 471 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 475 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 479 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 484 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 488 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 586 ret = fdt_setprop_string(fdt, node, "device_type", "memory"); in bl2_advertise_dram_entries()
|
/external/arm-trusted-firmware/plat/renesas/rzg/ |
D | bl2_plat_setup.c | 151 ret = fdt_setprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 424 ret = fdt_setprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 471 ret = fdt_setprop_string(fdt, node, "device_type", "memory"); in bl2_add_memory_node()
|
/external/arm-trusted-firmware/plat/rpi/rpi4/ |
D | rpi4_bl31_setup.c | 241 fdt_setprop_string(dtb, offs, "stdout-path", "serial0"); in rpi4_prepare_dtb()
|
/external/dtc/libfdt/ |
D | libfdt.h | 1731 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro
|