Searched refs:of_node_cmp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/mfd/ |
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()
|
/linux/arch/sparc/include/asm/ |
A D | prom.h | 25 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
|
/linux/drivers/of/ |
A D | overlay.c | 421 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node() 547 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry() 582 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
|
A D | resolver.c | 145 return of_node_cmp(n1, n2); in node_name_cmp()
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_drv.c | 124 if (of_node_cmp(child->name, "pipeline") != 0) in komeda_platform_probe()
|
/linux/include/linux/ |
A D | of.h | 1034 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
/linux/drivers/hwmon/ |
A D | nct7802.c | 1066 if (!node->name || of_node_cmp(node->name, "channel")) in nct7802_get_channel_config()
|
Completed in 17 milliseconds