Home
last modified time | relevance | path

Searched refs:fdt_appendprop (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1786 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1821 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32()
1856 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64()
1898 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
/optee_os/core/lib/libfdt/
H A Dfdt_addresses.c99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
H A Dfdt_rw.c276 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
/optee_os/core/arch/arm/kernel/
H A Dboot.c716 return fdt_appendprop(fdt, offs, "compatible", str, strlen(str) + 1); in append_psci_compatible()