Searched refs:of_node_cmp (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dprom.h26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
/linux-master/drivers/mfd/
H A Dtps6105x.c111 if (child->name && !of_node_cmp(child->name, "regulator"))
113 else if (child->name && !of_node_cmp(child->name, "led"))
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c184 return !of_node_cmp(of_node->name, "layer");
/linux-master/drivers/of/
H A Dresolver.c145 return of_node_cmp(n1, n2);
H A Doverlay.c417 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name)))
543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name))
/linux-master/drivers/regulator/
H A Dtps6594-regulator.c449 if (of_node_cmp(of_node_full_name(np_pmic_parent), tps->dev->of_node->full_name))
/linux-master/drivers/hwmon/
H A Dnct7802.c1066 if (!node->name || of_node_cmp(node->name, "channel"))
/linux-master/include/linux/
H A Dof.h901 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro

Completed in 172 milliseconds