Searched refs:fdt_setprop_string (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 653 ret = fdt_setprop_string(dt->blob, offs, "compatible", in add_optee_dt_node() 657 ret = fdt_setprop_string(dt->blob, offs, "method", "smc"); in add_optee_dt_node() 737 if (fdt_setprop_string(dt->blob, offs, "method", "smc")) in dt_add_psci_node() 788 if (fdt_setprop_string(dt->blob, offs, "enable-method", "psci")) in dt_add_psci_cpu_enable_methods()
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 63 if (fdt_setprop_string(fdt, node, "status", "disabled")) in dt_disable_status() 94 if (fdt_setprop_string(fdt, node, "secure-status", "okay")) in dt_enable_secure_status() 737 ret = fdt_setprop_string(dt->blob, offs, "target-path", "/"); in add_dt_overlay_fragment()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro
|