Home
last modified time | relevance | path

Searched refs:fdt_setprop_string (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/kernel/
A Ddt.c52 if (fdt_setprop_string(fdt, node, "status", "disabled")) in dt_disable_status()
83 if (fdt_setprop_string(fdt, node, "secure-status", "okay")) in dt_enable_secure_status()
/optee_os/core/arch/arm/kernel/
A Dboot.c653 ret = fdt_setprop_string(dt->blob, offs, "target-path", "/"); in add_dt_overlay_fragment()
725 ret = fdt_setprop_string(dt->blob, offs, "compatible", in add_optee_dt_node()
729 ret = fdt_setprop_string(dt->blob, offs, "method", "smc"); in add_optee_dt_node()
789 if (fdt_setprop_string(dt->blob, offs, "method", "smc")) in dt_add_psci_node()
840 if (fdt_setprop_string(dt->blob, offs, "enable-method", "psci")) in dt_add_psci_cpu_enable_methods()
/optee_os/core/lib/libfdt/include/
A Dlibfdt.h1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro

Completed in 8 milliseconds