Searched defs:fdto (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 22 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) in overlay_get_target_phandle() 52 static int overlay_get_target(const void *fdt, const void *fdto, in overlay_get_target() 150 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 187 static int overlay_adjust_local_phandles(void *fdto, uint32_t delta) in overlay_adjust_local_phandles() 214 static int overlay_update_local_node_references(void *fdto, in overlay_update_local_node_references() 318 static int overlay_update_local_references(void *fdto, uint32_t delta) in overlay_update_local_references() 361 static int overlay_fixup_one_phandle(void *fdt, void *fdto, in overlay_fixup_one_phandle() 421 static int overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, in overlay_fixup_phandle() 503 static int overlay_fixup_phandles(void *fdt, void *fdto) in overlay_fixup_phandles() 551 void *fdto, int node) in overlay_apply_node() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 28 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) in overlay_get_target_phandle() 58 static int overlay_get_target(const void *fdt, const void *fdto, in overlay_get_target() 156 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 193 static int overlay_adjust_local_phandles(void *fdto, uint32_t delta) in overlay_adjust_local_phandles() 220 static int overlay_update_local_node_references(void *fdto, in overlay_update_local_node_references() 325 static int overlay_update_local_references(void *fdto, uint32_t delta) in overlay_update_local_references() 368 static int overlay_fixup_one_phandle(void *fdt, void *fdto, in overlay_fixup_one_phandle() 428 static int overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, in overlay_fixup_phandle() 510 static int overlay_fixup_phandles(void *fdt, void *fdto) in overlay_fixup_phandles() 558 void *fdto, int node) in overlay_apply_node() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 1852 int fdt_overlay_apply_verbose(void *fdt, void *fdto) in fdt_overlay_apply_verbose()
|