Searched refs:fdt_setprop_inplace (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libfdt/ |
| H 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/ |
| H 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/ |
| H A D | dt.c | 80 if (fdt_setprop_inplace(fdt, node, "status", "disabled", len)) in dt_disable_status()
|