Lines Matching refs:ce_1
531 struct of_changeset_entry *ce_1)
537 if (ce_1->action != OF_RECONFIG_ATTACH_NODE &&
538 ce_1->action != OF_RECONFIG_DETACH_NODE)
541 ce_2 = ce_1;
545 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
548 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
555 ce_1->np);
564 struct of_changeset_entry *ce_1)
570 if (ce_1->action != OF_RECONFIG_ADD_PROPERTY &&
571 ce_1->action != OF_RECONFIG_REMOVE_PROPERTY &&
572 ce_1->action != OF_RECONFIG_UPDATE_PROPERTY)
575 ce_2 = ce_1;
580 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
583 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
589 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) {
591 ce_1->np, ce_1->prop->name);
611 struct of_changeset_entry *ce_1;
614 list_for_each_entry(ce_1, &ovcs->cset.entries, node) {
615 dup_entry |= find_dup_cset_node_entry(ovcs, ce_1);
616 dup_entry |= find_dup_cset_prop(ovcs, ce_1);