Searched refs:fdt_appendprop_string (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 181 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 583 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 587 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 591 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 595 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 599 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 603 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/trusted-firmware-a-latest/plat/renesas/rzg/ |
D | bl2_plat_setup.c | 175 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 469 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 473 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 477 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 481 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/trusted-firmware-a-latest/include/lib/libfdt/ |
D | libfdt.h | 1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|