Searched refs:ce_2 (Results 1 – 1 of 1) sorted by relevance
529 struct of_changeset_entry *ce_2; in find_dup_cset_node_entry() local537 ce_2 = ce_1; in find_dup_cset_node_entry()539 if ((ce_2->action != OF_RECONFIG_ATTACH_NODE && in find_dup_cset_node_entry()540 ce_2->action != OF_RECONFIG_DETACH_NODE) || in find_dup_cset_node_entry()545 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np); in find_dup_cset_node_entry()562 struct of_changeset_entry *ce_2; in find_dup_cset_prop() local571 ce_2 = ce_1; in find_dup_cset_prop()573 if ((ce_2->action != OF_RECONFIG_ADD_PROPERTY && in find_dup_cset_prop()574 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()575 ce_2->action != OF_RECONFIG_UPDATE_PROPERTY) || in find_dup_cset_prop()[all …]