Lines Matching full:apply
65 * @cset: changeset to apply fragments to live device tree
84 * If a changeset apply or revert encounters an error, an attempt will
153 "pre-apply",
154 "post-apply",
399 * to nodes in the live devicetree so that it can apply an overlay to
489 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_next_level()
498 pr_debug("Failed to apply node @%pOF/%pOFn, err=%d\n", in build_changeset_next_level()
521 pr_debug("Failed to apply symbols prop @%pOF/%s, err=%d\n", in build_changeset_symbols_node()
657 pr_debug("fragment apply failed '%pOF'\n", in build_changeset()
671 pr_debug("symbols fragment apply failed '%pOF'\n", in build_changeset()
874 * of_overlay_apply() - Create and apply an overlay changeset
881 * If an error occurs in a pre-apply notifier, then no changes are made
888 * - overlay changeset pre-apply notifier
890 * If an error is returned by an overlay changeset pre-apply notifier
891 * then no further overlay changeset pre-apply notifier will be called.
895 * - overlay changeset post-apply notifier
897 * If an error is returned by an overlay changeset post-apply notifier
898 * then no further overlay changeset post-apply notifier will be called.
907 * following attempt to apply or remove an overlay changeset will be
926 pr_err("devicetree state suspect, refuse to apply overlay\n"); in of_overlay_apply()
959 pr_err("overlay changeset pre-apply notify error %d\n", ret); in of_overlay_apply()
980 pr_err("overlay apply changeset entry notify error %d\n", ret); in of_overlay_apply()
988 pr_err("overlay changeset post-apply notify error %d\n", in of_overlay_apply()
1159 * then an attempt is made to re-apply any changeset entry that was
1160 * reverted. If an error occurs on re-apply then the state of the device
1161 * tree can not be determined, and any following attempt to apply or remove