Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c179 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/
Dbl2_plat_setup.c173 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/
Dappendprop2.c44 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
Dappendprop1.c50 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
/external/dtc/libfdt/
Dlibfdt.h1948 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro