Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/core/arch/arm/kernel/
A Dboot.c714 ret = fdt_setprop_string(dt->blob, offs, "target-path", "/"); in add_dt_overlay_fragment()
786 ret = fdt_setprop_string(dt->blob, offs, "compatible", in add_optee_dt_node()
790 ret = fdt_setprop_string(dt->blob, offs, "method", "smc"); in add_optee_dt_node()
850 if (fdt_setprop_string(dt->blob, offs, "method", "smc")) in dt_add_psci_node()
901 if (fdt_setprop_string(dt->blob, offs, "enable-method", "psci")) in dt_add_psci_cpu_enable_methods()
/optee_os-3.20.0/core/lib/libfdt/include/
A Dlibfdt.h1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ macro

Completed in 7 milliseconds