Searched refs:fdt_setprop_inplace (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, function
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
H A Dlibfdt.h1098 * Identical to fdt_setprop_inplace(), but modifies the given property
1109 * fdt_setprop_inplace - change a property's value, but not its size
1116 * fdt_setprop_inplace() replaces the value of a given property with
1136 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1171 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1206 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
H A Dlibfdt.h860 * fdt_setprop_inplace - change a property's value, but not its size
867 * fdt_setprop_inplace() replaces the value of a given property with
887 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
922 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
957 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));

Completed in 74 milliseconds