Searched refs:of_node_cmp (Results 1 – 2 of 2) sorted by relevance
122 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
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()