ce_2              535 drivers/of/overlay.c 	struct of_changeset_entry *ce_2;
ce_2              543 drivers/of/overlay.c 	ce_2 = ce_1;
ce_2              544 drivers/of/overlay.c 	list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
ce_2              545 drivers/of/overlay.c 		if ((ce_2->action != OF_RECONFIG_ATTACH_NODE &&
ce_2              546 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_DETACH_NODE) ||
ce_2              547 drivers/of/overlay.c 		    of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
ce_2              551 drivers/of/overlay.c 		fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
ce_2              568 drivers/of/overlay.c 	struct of_changeset_entry *ce_2;
ce_2              577 drivers/of/overlay.c 	ce_2 = ce_1;
ce_2              578 drivers/of/overlay.c 	list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
ce_2              579 drivers/of/overlay.c 		if ((ce_2->action != OF_RECONFIG_ADD_PROPERTY &&
ce_2              580 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_REMOVE_PROPERTY &&
ce_2              581 drivers/of/overlay.c 		     ce_2->action != OF_RECONFIG_UPDATE_PROPERTY) ||
ce_2              582 drivers/of/overlay.c 		    of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
ce_2              586 drivers/of/overlay.c 		fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
ce_2              591 drivers/of/overlay.c 		    !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) {