Searched refs:of_prop_cmp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/of/ |
D | resolver.c | 54 if (of_prop_cmp(prop->name, "phandle") && in adjust_overlay_phandles() 55 of_prop_cmp(prop->name, "linux,phandle")) in adjust_overlay_phandles() 115 if (!of_prop_cmp(prop->name, prop_name)) in update_usages_of_a_phandle_reference() 173 if (!of_prop_cmp(prop_fix->name, "name") || in adjust_local_phandle_references() 174 !of_prop_cmp(prop_fix->name, "phandle") || in adjust_local_phandle_references() 175 !of_prop_cmp(prop_fix->name, "linux,phandle")) in adjust_local_phandle_references() 183 if (!of_prop_cmp(prop->name, prop_fix->name)) in adjust_local_phandle_references() 313 if (!of_prop_cmp(prop->name, "name")) in of_resolve_phandles()
|
D | overlay.c | 285 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property() 286 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property() 287 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
|
D | base.c | 211 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property() 1006 if (of_prop_cmp(pp->name, prop_name) == 0) { in of_find_node_with_property() 1778 if (of_prop_cmp((*next)->name, newprop->name) == 0) in __of_update_property()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | prom.h | 31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
/Linux-v4.19/arch/powerpc/mm/ |
D | numa.c | 1479 if (!of_prop_cmp(update->dn->type, "cpu") && in dt_update_callback() 1480 !of_prop_cmp(update->prop->name, "ibm,associativity")) { in dt_update_callback()
|
/Linux-v4.19/include/linux/ |
D | of.h | 962 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) macro
|