Searched refs:of_node_cmp (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps6105x.c | 111 if (child->name && !of_node_cmp(child->name, "regulator")) in tps6105x_parse_dt() 113 else if (child->name && !of_node_cmp(child->name, "led")) in tps6105x_parse_dt()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | prom.h | 26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
|
/openbmc/u-boot/include/dm/ |
H A D | of.h | 122 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 184 return !of_node_cmp(of_node->name, "layer"); in logicvc_of_node_is_layer()
|
/openbmc/linux/drivers/of/ |
H A D | overlay.c | 417 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node() 543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry() 578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
|
H A D | resolver.c | 145 return of_node_cmp(n1, n2); in node_name_cmp()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 214 if (!device->type || of_node_cmp(type, device->type)) in of_device_is_compatible() 221 if (!device->name || of_node_cmp(name, device->name)) in of_device_is_compatible()
|
/openbmc/linux/drivers/regulator/ |
H A D | tps6594-regulator.c | 449 if (of_node_cmp(of_node_full_name(np_pmic_parent), tps->dev->of_node->full_name)) in tps6594_regulator_probe()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 886 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct7802.c | 1066 if (!node->name || of_node_cmp(node->name, "channel")) in nct7802_get_channel_config()
|