Home
last modified time | relevance | path

Searched refs:of_get_next_child (Results 1 – 25 of 32) sorted by relevance

12

/drivers/macintosh/
Dwindfarm_smu_controls.c268 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()
Dmacio_asic.c477 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()
Dwindfarm_smu_sensors.c432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c49 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/
Dnv_of.c46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
/drivers/pinctrl/freescale/
Dpinctrl-mxs.c408 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/
Drpc-if.c143 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/drivers/video/
Dof_display_timing.c168 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/drivers/media/platform/mtk-mdp/
Dmtk_mdp_core.c127 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/drivers/mtd/nand/raw/
Dndfc.c160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
Dfsl_upm.c55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/drivers/gpu/drm/omapdrm/dss/
Dsdi.c350 ep = of_get_next_child(port, NULL); in sdi_init_port()
Ddpi.c713 ep = of_get_next_child(port, NULL); in dpi_init_port()
/drivers/of/
Dproperty.c679 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()
Dbase.c730 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/
Ddpaa2-mac.c48 while ((dpmac = of_get_next_child(dpmacs, dpmac)) != NULL) { in dpaa2_mac_get_node()
/drivers/pci/controller/
Dpci-ftpci100.c345 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
Dpcie-xilinx.c471 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
Dpcie-xilinx-cpm.c379 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
Dpcie-xilinx-nwl.c549 legacy_intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
/drivers/memory/
Drenesas-rpc-if.c629 flash = of_get_next_child(pdev->dev.of_node, NULL); in rpcif_probe()
/drivers/media/platform/xilinx/
Dxilinx-tpg.c745 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()
/drivers/staging/octeon/
Dethernet.c622 node = of_get_next_child(parent, node); in cvm_oct_of_get_child()
/drivers/gpu/drm/tegra/
Dhub.c914 child = of_get_next_child(pdev->dev.of_node, child); in tegra_display_hub_probe()

12