Home
last modified time | relevance | path

Searched refs:of_prop_cmp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/of/
H A Dresolver.c54 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()
319 if (!of_prop_cmp(prop->name, "name")) in of_resolve_phandles()
H A Doverlay.c308 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property()
309 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property()
310 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
319 if (!of_prop_cmp(prop->name, "#address-cells")) { in add_changeset_property()
327 } else if (!of_prop_cmp(prop->name, "#size-cells")) { in add_changeset_property()
587 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) { in find_dup_cset_prop()
H A Dbase.c201 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property()
930 if (of_prop_cmp(pp->name, prop_name) == 0) { in of_find_node_with_property()
1670 if (of_prop_cmp((*next)->name, newprop->name) == 0) in __of_update_property()
/openbmc/linux/arch/sparc/include/asm/
H A Dprom.h25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) macro
/openbmc/u-boot/include/dm/
H A Dof.h121 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) macro
/openbmc/linux/include/linux/
H A Dof.h885 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) macro