Searched refs:fdt_setprop_inplace (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libfdt/ |
A D | fdt_wip.c | 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 1252 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, 1288 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32() 1323 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
|
/optee_os/core/kernel/ |
A D | dt.c | 69 if (fdt_setprop_inplace(fdt, node, "status", "disabled", len)) in dt_disable_status()
|
/optee_os/out/arm/core/ |
A D | tee.map | 20 out/arm/core/kernel/dt.o (fdt_setprop_inplace) 8608 .text.fdt_setprop_inplace
|
Completed in 61 milliseconds