Searched refs:of_prop_cmp (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/of/ |
| H A D | resolver.c | 55 if (of_prop_cmp(prop->name, "phandle") && in adjust_overlay_phandles() 56 of_prop_cmp(prop->name, "linux,phandle")) in adjust_overlay_phandles() 112 if (!of_prop_cmp(prop->name, prop_name)) in update_usages_of_a_phandle_reference() 172 if (!of_prop_cmp(prop->name, prop_fix->name)) in adjust_local_phandle_references() 298 if (!of_prop_cmp(prop->name, "name")) in of_resolve_phandles()
|
| H A D | of_private.h | 213 return !of_prop_cmp(prop_name, "name") || in is_pseudo_property() 214 !of_prop_cmp(prop_name, "phandle") || in is_pseudo_property() 215 !of_prop_cmp(prop_name, "linux,phandle"); in is_pseudo_property()
|
| H A D | overlay.c | 322 if (!of_prop_cmp(prop->name, "#address-cells")) { in add_changeset_property() 330 } else if (!of_prop_cmp(prop->name, "#size-cells")) { in add_changeset_property() 585 !of_prop_cmp(ce_1->prop->name, ce_2->prop->name)) { in find_dup_cset_prop()
|
| H A D | base.c | 219 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property() 1681 if (of_prop_cmp(prop->name, (*next)->name) == 0) { in __of_add_property() 1780 if (of_prop_cmp((*next)->name, newprop->name) == 0) in __of_update_property()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | prom.h | 25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 925 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) macro
|