Searched refs:of_node_cmp (Results 1 – 4 of 4) sorted by relevance
32 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
379 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()
149 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
281 if (!of_node_cmp(child->name, in mc13xxx_parse_regulators_dt()