| /linux/include/linux/ |
| H A D | of.h | 290 extern struct device_node *of_get_next_child(const struct device_node *node, 552 static inline struct device_node *of_get_next_child( in of_get_next_child() function 1503 for (child = of_get_next_child(parent, NULL); child != NULL; \ 1504 child = of_get_next_child(parent, child)) 1508 of_get_next_child(parent, NULL); \ 1510 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/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()
|
| H A D | intel-nand-controller.c | 603 chip_np = of_get_next_child(dev->of_node, NULL); in ebu_nand_probe()
|
| H A D | loongson-nand-controller.c | 852 chip_np = of_get_next_child(dev->of_node, NULL); in loongson_nand_chip_init()
|
| /linux/sound/soc/generic/ |
| H A D | simple-card.c | 397 node = of_get_next_child(top, node); in __simple_for_each_link() 455 node = of_get_next_child(top, node); in __simple_for_each_link()
|
| /linux/sound/aoa/core/ |
| H A D | gpio-feature.c | 75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
|
| /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 | 1483 node_child = of_get_next_child(node_root, NULL); in vio_bus_scan_register_devices() 1486 node_child = of_get_next_child(node_root, node_child); in vio_bus_scan_register_devices()
|
| /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/of/ |
| H A D | property.c | 754 prev = of_get_next_child(parent, prev); in of_graph_get_next_port() 776 prev = of_get_next_child(port, prev); in of_graph_get_next_port_endpoint()
|
| H A D | base.c | 682 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() function 693 EXPORT_SYMBOL(of_get_next_child);
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-xilinx.c | 465 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
|
| 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-cpm.c | 392 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
|
| H A D | pcie-xilinx-nwl.c | 578 intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
|
| H A D | pcie-rockchip-host.c | 685 struct device_node *intc = of_get_next_child(dev->of_node, NULL); in rockchip_pcie_init_irq_domain()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | netc_blk_ctrl.c | 338 phy_node = of_get_next_child(mdio_node, NULL); in netc_get_phy_addr()
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-plda-host.c | 389 pcie_intc_node = of_get_next_child(node, NULL); in plda_pcie_init_irq_domains()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-dra7xx.c | 353 struct device_node *pcie_intc_node = of_get_next_child(node, NULL); in dra7xx_pcie_init_irq_domain()
|