Lines Matching refs:ce_1
529 struct of_changeset_entry *ce_1)
535 if (ce_1->action != OF_RECONFIG_ATTACH_NODE &&
536 ce_1->action != OF_RECONFIG_DETACH_NODE)
539 ce_2 = ce_1;
543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
546 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
553 ce_1->np);
562 struct of_changeset_entry *ce_1)
568 if (ce_1->action != OF_RECONFIG_ADD_PROPERTY &&
569 ce_1->action != OF_RECONFIG_REMOVE_PROPERTY &&
570 ce_1->action != OF_RECONFIG_UPDATE_PROPERTY)
573 ce_2 = ce_1;
578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
581 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
587 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) {
589 ce_1->np, ce_1->prop->name);
609 struct of_changeset_entry *ce_1;
612 list_for_each_entry(ce_1, &ovcs->cset.entries, node) {
613 dup_entry |= find_dup_cset_node_entry(ovcs, ce_1);
614 dup_entry |= find_dup_cset_prop(ovcs, ce_1);