Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dprom.h32 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
/linux-3.4.99/drivers/of/
Dbase.c379 if (np->full_name && (of_node_cmp(np->full_name, path) == 0) in of_find_node_by_path()
407 if (np->name && (of_node_cmp(np->name, name) == 0) in of_find_node_by_name()
436 if (np->type && (of_node_cmp(np->type, type) == 0) in of_find_node_by_type()
468 && !(np->type && (of_node_cmp(np->type, type) == 0))) in of_find_compatible_node()
/linux-3.4.99/include/linux/
Dof.h149 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
/linux-3.4.99/drivers/regulator/
Dmc13xxx-regulator-core.c281 if (!of_node_cmp(child->name, in mc13xxx_parse_regulators_dt()