/linux-4.4.14/drivers/of/ |
D | resolver.c | 38 if (of_node_cmp(node->full_name, full_name) == 0) in __of_find_node_by_full_name() 201 return of_node_cmp(n1, n2); in __of_node_name_cmp() 324 if (of_node_cmp(childroot->name, "__local_fixups__") == 0) in of_resolve_phandles() 349 of_node_cmp(child->name, "__symbols__") == 0) in of_resolve_phandles() 353 of_node_cmp(child->name, "__fixups__") == 0) in of_resolve_phandles()
|
D | base.c | 464 if (!device->type || of_node_cmp(type, device->type)) in __of_device_is_compatible() 471 if (!device->name || of_node_cmp(name, device->name)) in __of_device_is_compatible() 726 if (child->name && (of_node_cmp(child->name, name) == 0)) in of_get_child_by_name() 843 if (np->name && (of_node_cmp(np->name, name) == 0) in of_find_node_by_name() 872 if (np->type && (of_node_cmp(np->type, type) == 0) in of_find_node_by_type() 2149 if (of_node_cmp(port->name, "port") != 0) in of_graph_get_port_by_id() 2225 } while (of_node_cmp(port->name, "port")); in of_graph_get_next_endpoint() 2283 if (depth == 2 && of_node_cmp(np->name, "ports")) in of_graph_get_remote_port_parent()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss-of.c | 62 } while (of_node_cmp(port->name, "port") != 0); in omapdss_of_get_next_port() 85 } while (of_node_cmp(ep->name, "endpoint") != 0); in omapdss_of_get_next_endpoint()
|
/linux-4.4.14/drivers/clk/ux500/ |
D | u8500_of_clk.c | 562 if (!of_node_cmp(child->name, "prcmu-clock")) { in u8500_clk_init() 567 if (!of_node_cmp(child->name, "prcc-periph-clock")) in u8500_clk_init() 570 if (!of_node_cmp(child->name, "prcc-kernel-clock")) in u8500_clk_init() 573 if (!of_node_cmp(child->name, "rtc32k-clock")) in u8500_clk_init() 576 if (!of_node_cmp(child->name, "smp-twd-clock")) in u8500_clk_init()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-of.c | 283 if (of_node_cmp(np->name, "ports") == 0) in v4l2_of_parse_link() 296 if (of_node_cmp(np->name, "ports") == 0) in v4l2_of_parse_link()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | prom.h | 32 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) macro
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_dpi.c | 184 if (!np->name || of_node_cmp(np->name, name)) in of_get_child_by_name_reg() 230 if (depth == 2 && of_node_cmp(np->name, "ports")) in of_graph_get_remote_port_parent()
|
D | exynos_drm_dsi.c | 1709 if (!np->name || of_node_cmp(np->name, name)) in of_get_child_by_name_reg()
|
/linux-4.4.14/arch/arm/kernel/ |
D | devtree.c | 92 if (of_node_cmp(cpu->type, "cpu")) in arm_dt_init_cpu_maps()
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-rt3883.c | 451 of_node_cmp(child->type, "pci") == 0) { in rt3883_pci_probe() 470 of_node_cmp(child->type, "pci") != 0) in rt3883_pci_probe()
|
/linux-4.4.14/drivers/regulator/ |
D | mc13xxx-regulator-core.c | 193 if (!of_node_cmp(child->name, in mc13xxx_parse_regulators_dt()
|
D | 88pm8607.c | 331 if (!of_node_cmp(np->name, info->desc.name)) { in pm8607_regulator_dt_init()
|
D | da9052-regulator.c | 438 if (!of_node_cmp(np->name, in da9052_regulator_probe()
|
D | s5m8767.c | 570 if (!of_node_cmp(reg_np->name, regulators[i].name)) in s5m8767_pmic_dt_parse_pdata()
|
D | max8997.c | 945 if (!of_node_cmp(reg_np->name, regulators[i].name)) in max8997_pmic_dt_parse_pdata()
|
/linux-4.4.14/drivers/leds/ |
D | leds-88pm860x.c | 141 if (!of_node_cmp(np->name, data->name)) { in pm860x_led_dt_init()
|
/linux-4.4.14/drivers/video/backlight/ |
D | 88pm860x_bl.c | 177 if (!of_node_cmp(np->name, name)) { in pm860x_backlight_dt_init()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 516 if (of_node_cmp(np->name, "lvds-channel") == 0) { in compare_of()
|
/linux-4.4.14/drivers/devfreq/event/ |
D | exynos-ppmu.c | 392 if (!of_node_cmp(node->name, ppmu_events[i].name)) in of_get_devfreq_events()
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 1942 if (name && child->name && of_node_cmp(child->name, name) == 0) in gpmc_probe_generic_child() 2072 if (of_node_cmp(child->name, "nand") == 0) in gpmc_probe_dt() 2074 else if (of_node_cmp(child->name, "onenand") == 0) in gpmc_probe_dt()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 382 if (np && !of_node_cmp(np->name, "i2c-isp")) in fimc_md_parse_port_node() 425 if (of_node_cmp(node->name, "csis")) in fimc_md_register_sensor_entities()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 728 if (!port->name || of_node_cmp(port->name, "port")) in xtpg_parse_of()
|
/linux-4.4.14/include/linux/ |
D | of.h | 228 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) macro
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar.c | 725 if (!of_node_cmp(child->name, "queue-group")) in gfar_of_group_count() 844 if (of_node_cmp(child->name, "queue-group")) in gfar_of_init()
|