Lines Matching defs:fixups
186 * @fixup_node: Node offset of the matching local fixups node
290 int fixups;
292 fixups = fdt_path_offset(fdto, "/__local_fixups__");
293 if (fixups < 0) {
295 if (fixups == -FDT_ERR_NOTFOUND)
298 return fixups;
304 return overlay_update_local_node_references(fdto, 0, fixups,
361 * @property: Property offset in the overlay holding the list of fixups
478 /* We can have overlays without any fixups */
538 * @fixup_node: Node offset of the matching local fixups node
632 int fixups;
634 fixups = fdt_path_offset(fdto, "/__local_fixups__");
635 if (fixups == -FDT_ERR_NOTFOUND)
637 if (fixups < 0)
638 return fixups;
640 return overlay_update_node_conflicting_references(fdto, 0, fixups,