Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libfdt/
A Dfdt_wip.c33 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 Dlibfdt.h1252 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 Ddt.c69 if (fdt_setprop_inplace(fdt, node, "status", "disabled", len)) in dt_disable_status()

Completed in 6 milliseconds