Lines Matching defs:ce_2
533 struct of_changeset_entry *ce_2;
541 ce_2 = ce_1;
542 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
543 if ((ce_2->action != OF_RECONFIG_ATTACH_NODE &&
544 ce_2->action != OF_RECONFIG_DETACH_NODE) ||
545 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
549 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
566 struct of_changeset_entry *ce_2;
575 ce_2 = ce_1;
576 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) {
577 if ((ce_2->action != OF_RECONFIG_ADD_PROPERTY &&
578 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY &&
579 ce_2->action != OF_RECONFIG_UPDATE_PROPERTY) ||
580 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
584 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np);
589 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) {