Searched refs:fdt_region (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | libfdt.h | 13 struct fdt_region { struct 80 struct fdt_region *region; /* Contains list of regions found */ 145 struct fdt_region region[], int max_regions, 265 void *priv, struct fdt_region *region, 281 void *priv, struct fdt_region *region, 306 int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count,
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_region.c | 34 struct fdt_region region[], int max_regions, in fdt_find_regions() 160 struct fdt_region *reg; in fdt_add_region() 183 struct fdt_region *reg; in region_list_contains_offset() 219 int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count, in fdt_add_alias_regions() 341 void *priv, struct fdt_region *region, in fdt_first_region() 438 void *priv, struct fdt_region *region, in fdt_next_region()
|
| H A D | Makefile | 25 obj-y += fdt_region.o
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 231 struct fdt_region region[], int count) in display_fdt_by_regions() 233 struct fdt_region *reg = region, *reg_end = region + count; in display_fdt_by_regions() 427 struct fdt_region region[], int count, char *out) in dump_fdt_regions() 481 struct fdt_region *reg = ®ion[i]; in dump_fdt_regions() 499 static void show_region_list(struct fdt_region *reg, int count) in show_region_list() 643 const struct fdt_region *region1 = v1, *region2 = v2; in h_cmp_region() 651 struct display_info *disp, struct fdt_region *region, in fdtgrep_find_regions() 689 qsort(region, count, sizeof(struct fdt_region), in fdtgrep_find_regions() 777 struct fdt_region *region; in do_fdtgrep() 806 region = malloc(count * sizeof(struct fdt_region)); in do_fdtgrep()
|
| H A D | Makefile | 77 LIBFDT_SRCS_UNSYNCED := fdt_ro.c fdt_region.c
|
| H A D | image-host.c | 540 struct fdt_region fdt_regions[100]; in fit_config_get_data()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-sig.c | 166 struct fdt_region *fdt_regions, int count, in fit_region_make_list() 400 struct fdt_region fdt_regions[max_regions]; in fit_config_check_sig()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1331 struct fdt_region *fdt_regions, int count,
|