Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dresolver.c92 if (of_prop_cmp(prop->name, "phandle") != 0 && in __of_adjust_tree_phandles()
93 of_prop_cmp(prop->name, "linux,phandle") != 0) in __of_adjust_tree_phandles()
174 if (of_prop_cmp(sprop->name, propstr) == 0) in __of_adjust_phandle_ref()
226 if (of_prop_cmp(rprop->name, "name") == 0 || in __of_adjust_tree_phandle_references()
227 of_prop_cmp(rprop->name, "phandle") == 0 || in __of_adjust_tree_phandle_references()
228 of_prop_cmp(rprop->name, "linux,phandle") == 0) in __of_adjust_tree_phandle_references()
240 if (of_prop_cmp(sprop->name, rprop->name) == 0) in __of_adjust_tree_phandle_references()
376 if (of_prop_cmp(rprop->name, "name") == 0) in of_resolve_phandles()
Doverlay.c68 if (of_prop_cmp(prop->name, "name") == 0 || in of_overlay_apply_single_property()
69 of_prop_cmp(prop->name, "phandle") == 0 || in of_overlay_apply_single_property()
70 of_prop_cmp(prop->name, "linux,phandle") == 0) in of_overlay_apply_single_property()
Dbase.c222 if (of_prop_cmp(pp->name, name) == 0) { in __of_find_property()
934 if (of_prop_cmp(pp->name, prop_name) == 0) { in of_find_node_with_property()
1802 if (of_prop_cmp((*next)->name, newprop->name) == 0) in __of_update_property()
/linux-4.4.14/arch/sparc/include/asm/
Dprom.h31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) macro
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c1530 if (!of_prop_cmp(update->dn->type, "cpu") && in dt_update_callback()
1531 !of_prop_cmp(update->prop->name, "ibm,associativity")) { in dt_update_callback()
/linux-4.4.14/include/linux/
Dof.h227 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) macro