Searched refs:of_node_cmp (Results 1 – 5 of 5) sorted by relevance
1544 if (of_node_cmp(child_np->name, "host-port") && in rockchip_usb2phy_probe()1545 of_node_cmp(child_np->name, "otg-port")) in rockchip_usb2phy_probe()1568 if (!of_node_cmp(child_np->name, "host-port")) { in rockchip_usb2phy_probe()
774 if (!of_node_cmp(child_np->name, "pipe")) { in rockchip_u3phy_port_init()
754 if (!of_node_cmp(child_np->name, "pipe")) { in rockchip_u3phy_port_init()
988 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro