Lines Matching defs:ce_2
531 struct of_changeset_entry *ce_2;
539 ce_2 = ce_1;
540 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
541 if ((ce_2->action != OF_RECONFIG_ATTACH_NODE &&
542 ce_2->action != OF_RECONFIG_DETACH_NODE) ||
543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
547 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
564 struct of_changeset_entry *ce_2;
573 ce_2 = ce_1;
574 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
575 if ((ce_2->action != OF_RECONFIG_ADD_PROPERTY &&
576 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY &&
577 ce_2->action != OF_RECONFIG_UPDATE_PROPERTY) ||
578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
582 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
587 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) {