Searched refs:of_node_cmp (Results 1 – 3 of 3) sorted by relevance
123 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
247 if (!device->type || of_node_cmp(type, device->type)) in of_device_is_compatible()254 if (!device->name || of_node_cmp(name, device->name)) in of_device_is_compatible()
350 if (!of_node_cmp(child_np->name, "pipe")) { in rockchip_u3phy_port_init()