Searched refs:of_get_next_child (Results 1 – 25 of 32) sorted by relevance
12
/drivers/macintosh/ |
D | windfarm_smu_controls.c | 268 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init() 273 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init() 288 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init() 292 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
|
D | macio_asic.c | 477 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 494 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 507 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
|
D | windfarm_smu_sensors.c | 432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss-of.c | 49 port = of_get_next_child(ports, prev); in omapdss_of_get_next_port() 74 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
|
/drivers/video/fbdev/nvidia/ |
D | nv_of.c | 46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
|
/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 408 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt() 467 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt() 469 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
|
/drivers/mtd/hyperbus/ |
D | rpc-if.c | 143 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
|
D | hbmc-am654.c | 174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
|
/drivers/video/ |
D | of_display_timing.c | 168 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_core.c | 127 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
|
/drivers/mtd/nand/raw/ |
D | ndfc.c | 160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
D | fsl_upm.c | 55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | sdi.c | 350 ep = of_get_next_child(port, NULL); in sdi_init_port()
|
D | dpi.c | 713 ep = of_get_next_child(port, NULL); in dpi_init_port()
|
/drivers/of/ |
D | property.c | 679 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint() 689 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
|
D | base.c | 730 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() function 741 EXPORT_SYMBOL(of_get_next_child);
|
/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-mac.c | 48 while ((dpmac = of_get_next_child(dpmacs, dpmac)) != NULL) { in dpaa2_mac_get_node()
|
/drivers/pci/controller/ |
D | pci-ftpci100.c | 345 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
|
D | pcie-xilinx.c | 471 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
|
D | pcie-xilinx-cpm.c | 379 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
|
D | pcie-xilinx-nwl.c | 549 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
|
/drivers/memory/ |
D | renesas-rpc-if.c | 629 flash = of_get_next_child(pdev->dev.of_node, NULL); in rpcif_probe()
|
/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 745 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()
|
/drivers/staging/octeon/ |
D | ethernet.c | 622 node = of_get_next_child(parent, node); in cvm_oct_of_get_child()
|
/drivers/gpu/drm/tegra/ |
D | hub.c | 914 child = of_get_next_child(pdev->dev.of_node, child); in tegra_display_hub_probe()
|
12