Searched refs:of_node_cmp (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps6105x.c | 111 if (child->name && !of_node_cmp(child->name, "regulator")) in tps6105x_parse_dt() 113 else if (child->name && !of_node_cmp(child->name, "led")) in tps6105x_parse_dt()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | prom.h | 25 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of.h | 123 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | overlay.c | 419 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node() 545 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry() 580 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
|
| H A D | resolver.c | 145 return of_node_cmp(n1, n2); in node_name_cmp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_drv.c | 124 if (of_node_cmp(child->name, "pipeline") != 0) in komeda_platform_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-usb2.c | 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()
|
| H A D | phy-rockchip-typec.c | 1800 if (!of_node_cmp(child_np->name, "dp-port")) { in rockchip_typec_phy_probe() 1811 } else if (!of_node_cmp(child_np->name, "usb3-port")) { in rockchip_typec_phy_probe()
|
| H A D | phy-rockchip-inno-usb3.c | 754 if (!of_node_cmp(child_np->name, "pipe")) { in rockchip_u3phy_port_init()
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-inno-usb3.c | 350 if (!of_node_cmp(child_np->name, "pipe")) { in rockchip_u3phy_port_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 1018 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|