Home
last modified time | relevance | path

Searched refs:of_node_cmp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mfd/
H A Dtps6105x.c111 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/
H A Dprom.h26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c184 return !of_node_cmp(of_node->name, "layer"); in logicvc_of_node_is_layer()
/linux/drivers/hwmon/
H A Dnct7802.c1050 if (!node->name || of_node_cmp(node->name, "channel")) in nct7802_get_channel_config()
/linux/include/linux/
H A Dof.h955 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro