Home
last modified time | relevance | path

Searched refs:fdt_setprop_placeholder (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_rw.c272 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() function
296 err = fdt_setprop_placeholder(fdt, nodeoffset, name, len, &prop_data); in fdt_setprop()
H A Dlibfdt.h1485 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name,
H A Dfdt_overlay.c831 ret = fdt_setprop_placeholder(fdt, root_sym, name, in overlay_symbol_update()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() function
282 err = fdt_setprop_placeholder(fdt, nodeoffset, name, len, &prop_data); in fdt_setprop()
H A Dfdt_overlay.c782 ret = fdt_setprop_placeholder(fdt, root_sym, name, in overlay_symbol_update()
H A Dlibfdt.h1660 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name,
/openbmc/linux/drivers/of/
H A Dkexec.c448 ret = fdt_setprop_placeholder(fdt, chosen_node, "rng-seed", in of_kexec_alloc_and_setup_fdt()