Searched refs:fdt_property_placeholder (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_sw.c | 223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() function 250 ret = fdt_property_placeholder(fdt, name, len, &ptr); in fdt_property()
|
| H A D | libfdt.h | 1331 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp);
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fit_image.c | 195 ret = fdt_property_placeholder(fdt, "data", sbuf.st_size, &ptr); in fdt_property_file()
|