Searched refs:fdt_appendprop_string (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 179 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 534 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 538 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 542 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 546 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 550 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 554 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/external/arm-trusted-firmware/plat/renesas/rzg/ |
D | bl2_plat_setup.c | 173 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 467 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 471 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 475 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 479 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/external/dtc/tests/ |
D | appendprop2.c | 44 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
|
D | appendprop1.c | 50 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
|
/external/dtc/libfdt/ |
D | libfdt.h | 1948 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|