Lines Matching refs:of_changeset
672 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init()
687 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy()
706 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
735 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify()
763 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply()
786 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply()
809 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
835 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify()
855 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert()
879 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert()
907 int of_changeset_action(struct of_changeset *ocs, unsigned long action, in of_changeset_action()