Searched defs:fdto (Results 1 – 1 of 1) sorted by relevance
/linux/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() 43 int fdt_overlay_target_offset(const void *fdt, const void *fdto, in fdt_overlay_target_offset() 137 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 174 static int overlay_adjust_local_phandles(void *fdto, uint32_t delta) in overlay_adjust_local_phandles() 201 static int overlay_update_local_node_references(void *fdto, in overlay_update_local_node_references() 288 static int overlay_update_local_references(void *fdto, uint32_t delta) in overlay_update_local_references() 331 static int overlay_fixup_one_phandle(void *fdt, void *fdto, in overlay_fixup_one_phandle() 375 static int overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, in overlay_fixup_phandle() 473 static int overlay_fixup_phandles(void *fdt, void *fdto) in overlay_fixup_phandles() 511 static int overlay_adjust_local_conflicting_phandle(void *fdto, int node, in overlay_adjust_local_conflicting_phandle() [all …]
|