/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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()
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 355 *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 D | simple-card.c | 401 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 D | of.h | 290 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 D | mvebu-soc-id.c | 71 child = of_get_next_child(np, NULL); in get_soc_id_by_pci()
|
/linux/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_probe()
|
H A D | hbmc-am654.c | 174 priv->hbdev.np = of_get_next_child(np, NULL); in am654_hbmc_probe()
|
/linux/drivers/video/ |
H A D | of_display_timing.c | 169 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/linux/drivers/pinctrl/freescale/ |
H A D | pinctrl-mxs.c | 475 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 D | mtk_mdp_core.c | 126 node = of_get_next_child(dev->of_node, NULL); in mtk_mdp_probe()
|
/linux/drivers/mtd/nand/raw/ |
H A D | ndfc.c | 160 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
H A D | fsl_upm.c | 55 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | sdi.c | 349 ep = of_get_next_child(port, NULL); in sdi_init_port()
|
H A D | dpi.c | 712 ep = of_get_next_child(port, NULL); in dpi_init_port()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | reconfig.c | 73 if ((child = of_get_next_child(np, NULL))) { in pSeries_reconfig_remove_node()
|
H A D | vio.c | 1481 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 D | gpio-feature.c | 75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
|
/linux/drivers/of/ |
H A D | property.c | 680 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 D | base.c | 618 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 D | windfarm_smu_sensors.c | 433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
/linux/drivers/pci/controller/ |
H A D | pci-ftpci100.c | 331 struct device_node *intc = of_get_next_child(p->dev->of_node, NULL); in faraday_pci_setup_cascaded_irq()
|
H A D | pcie-xilinx.c | 458 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
|
H A D | pcie-xilinx-cpm.c | 380 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
|
/linux/drivers/pci/controller/plda/ |
H A D | pcie-plda-host.c | 387 pcie_intc_node = of_get_next_child(node, NULL); in plda_pcie_init_irq_domains()
|
/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 747 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()
|