Home
last modified time | relevance | path

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

12

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()
/linux/sound/soc/generic/
H A Daudio-graph-card2.c355 *port = of_get_next_child(ports, *port); in graph_get_next_multi_ep()
535 struct device_node *mcpu_port_top = of_get_next_child(port_to_ports(mcpu_port), NULL); in graph_parse_node_multi_nm()
555 mcpu_ep_n = of_get_next_child(mcpu_port, mcpu_ep_n); in graph_parse_node_multi_nm()
568 mcodec_port_i = of_get_next_child(mcodec_ports, NULL); in graph_parse_node_multi_nm()
573 mcodec_port_i = of_get_next_child(mcodec_ports, mcodec_port_i); in graph_parse_node_multi_nm()
1010 port1 = of_get_next_child(ports, lnk); in audio_graph2_link_c2c()
1231 struct device_node *port1 = of_get_next_child(ports, of_node_get(lnk)); in graph_count_c2c()
H A Dsimple-card.c401 node = of_get_next_child(top, node); in __simple_for_each_link()
465 node = of_get_next_child(top, node); in __simple_for_each_link()
/linux/include/linux/
H A Dof.h290 extern struct device_node *of_get_next_child(const struct device_node *node,
539 static inline struct device_node *of_get_next_child( in of_get_next_child() function
1462 for (child = of_get_next_child(parent, NULL); child != NULL; \
1463 child = of_get_next_child(parent, child))
1467 of_get_next_child(parent, NULL); \
1469 child = of_get_next_child(parent, child))
/linux/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
/linux/drivers/mtd/hyperbus/
H A Drpc-if.c145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
H A Dhbmc-am654.c174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
/linux/drivers/video/
H A Dof_display_timing.c169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/linux/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c475 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt()
477 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.c126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
/linux/drivers/mtd/nand/raw/
H A Dndfc.c160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
H A Dfsl_upm.c55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c349 ep = of_get_next_child(port, NULL); in sdi_init_port()
H A Ddpi.c712 ep = of_get_next_child(port, NULL); in dpi_init_port()
/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
H A Dvio.c1481 node_child = of_get_next_child(node_root, NULL); in vio_bus_scan_register_devices()
1484 node_child = of_get_next_child(node_root, node_child); in vio_bus_scan_register_devices()
/linux/sound/aoa/core/
H A Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/linux/drivers/of/
H A Dproperty.c680 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint()
690 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
H A Dbase.c618 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() function
629 EXPORT_SYMBOL(of_get_next_child);
/linux/drivers/macintosh/
H A Dwindfarm_smu_sensors.c433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux/drivers/pci/controller/
H A Dpci-ftpci100.c331 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
H A Dpcie-xilinx.c458 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
H A Dpcie-xilinx-cpm.c380 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c387 pcie_intc_node = of_get_next_child(node, NULL); in plda_pcie_init_irq_domains()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c747 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()

12