Lines Matching full:apply
67 * @cset: changeset to apply fragments to live device tree
88 * If a changeset apply or revert encounters an error, an attempt will
393 * to nodes in the live devicetree so that it can apply an overlay to
482 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_next_level()
491 pr_debug("Failed to apply node @%pOF/%pOFn, err=%d\n", in build_changeset_next_level()
513 pr_debug("Failed to apply symbols prop @%pOF/%s, err=%d\n", in build_changeset_symbols_node()
649 pr_debug("fragment apply failed '%pOF'\n", in build_changeset()
663 pr_debug("symbols fragment apply failed '%pOF'\n", in build_changeset()
727 * @target_base: Point to the target node to apply overlay
887 * of_overlay_apply() - Create and apply an overlay changeset
889 * @base: point to the target node to apply overlay
893 * If an error is returned by an overlay changeset pre-apply notifier
894 * then no further overlay changeset pre-apply notifier will be called.
896 * If an error is returned by an overlay changeset post-apply notifier
897 * then no further overlay changeset post-apply notifier will be called.
906 * following attempt to apply or remove an overlay changeset will be
947 pr_err("overlay apply changeset entry notify error %d\n", ret); in of_overlay_apply()
962 * of_overlay_fdt_apply() - Create and apply an overlay changeset
966 * @base: pointer for the target node to apply overlay
994 pr_err("devicetree state suspect, refuse to apply overlay\n"); in of_overlay_fdt_apply()
1056 * result in a memory leak if the apply partly succeeded, so do NOT in of_overlay_fdt_apply()
1158 * then an attempt is made to re-apply any changeset entry that was
1159 * reverted. If an error occurs on re-apply then the state of the device
1160 * tree can not be determined, and any following attempt to apply or remove