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