/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_bl2_setup.c | 130 if (fdt_appendprop_string(fdt, offs, "compatible", "android,CustomIPI")) in spd_add_dt_node() 142 if (fdt_appendprop_string(fdt, offs, "compatible", "android,trusty-smc-v1")) in spd_add_dt_node() 154 if (fdt_appendprop_string(fdt, offs, "compatible", "android,trusty-irq-v1")) in spd_add_dt_node() 208 if (fdt_appendprop_string(fdt, offs, "compatible", "android,trusty-log-v1")) in spd_add_dt_node() 214 if (fdt_appendprop_string(fdt, offs, "compatible", "android,trusty-test-v1")) in spd_add_dt_node() 220 if (fdt_appendprop_string(fdt, offs, "compatible", "android,trusty-virtio-v1")) in spd_add_dt_node()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/rcar/ |
H A D | bl2_plat_setup.c | 181 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 533 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 537 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 541 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 545 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 549 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 553 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 178 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 698 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 702 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 706 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 710 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 714 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 718 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/rzg/ |
H A 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()
|
/aosp_15_r20/external/dtc/tests/ |
H A D | appendprop2.c | 44 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
|
H A D | appendprop1.c | 50 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | libfdt.h | 1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | libfdt.h | 1941 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|