Searched refs:changeset (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/of/
H A Ddynamic.c528 pr_err("%s: invalid devicetree changeset action: %i\n", __func__, __of_changeset_entry_notify()
638 * of_changeset_init - Initialize a changeset for use
640 * @ocs: changeset pointer
642 * Initialize a changeset structure
651 * of_changeset_destroy - Destroy a changeset
653 * @ocs: changeset pointer
655 * Destroys a changeset. Note that if a changeset is applied,
667 * of_changeset_apply - Applies a changeset
669 * @ocs: changeset pointer
671 * Applies a changeset to the live tree.
688 pr_err("%s: Error applying changeset (%d)\n", __func__, ret); of_changeset_apply()
707 * of_changeset_revert - Reverts an applied changeset
709 * @ocs: changeset pointer
711 * Reverts a changeset returning the state of the tree to what it
726 pr_err("%s: Error reverting changeset (%d)\n", __func__, ret); of_changeset_revert()
745 * of_changeset_action - Perform a changeset action
747 * @ocs: changeset pointer
H A Doverlay.c128 * by using the changeset.
380 /* apply the changeset */ of_overlay_create()
H A Dunittest.c501 n1 = __of_node_dup(NULL, "/testcase-data/changeset/n1"); of_unittest_changeset()
503 n2 = __of_node_dup(NULL, "/testcase-data/changeset/n2"); of_unittest_changeset()
505 n21 = __of_node_dup(NULL, "%s/%s", "/testcase-data/changeset/n2", "n21"); of_unittest_changeset()
507 nremove = of_find_node_by_path("/testcase-data/changeset/node-remove"); of_unittest_changeset()
534 unittest((np = of_find_node_by_path("/testcase-data/changeset/n2/n21")), of_unittest_changeset()
/linux-4.1.27/scripts/
H A Dsetlocalversion99 # These are represented by + after the changeset id.
/linux-4.1.27/include/linux/
H A Dof.h949 * struct of_changeset_entry - Holds a changeset entry
957 * Every modification of the device tree during a changeset
960 * revert the changeset
971 * struct of_changeset - changeset tracker structure
973 * @entries: list_head for the changeset entries
/linux-4.1.27/drivers/xen/
H A Dsys-hypervisor.c276 HYPERVISOR_ATTR_RO(changeset); variable
/linux-4.1.27/net/batman-adv/
H A Dtypes.h216 * @tt_buff: last tt changeset this node received from the orig node
217 * @tt_buff_len: length of the last tt changeset this node received from the
506 * @last_changeset: last tt changeset this host has generated
507 * @last_changeset_len: length of last tt changeset this host has generated
H A Dtranslation-table.c3308 * @ttvn: translation table version number of this changeset
/linux-4.1.27/tools/perf/ui/browsers/
H A Dhists.c107 * changeset. hist_browser__refresh_dimensions()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_atomic_helper.c553 /* Shut down everything that's in the changeset and currently for_each_connector_in_state()
/linux-4.1.27/tools/perf/util/
H A Dheader.c1339 * The a1645ce1 changeset: perf_header__read_build_ids()

Completed in 403 milliseconds