Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dof.h290 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 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/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()
H A Dintel-nand-controller.c603 chip_np = of_get_next_child(dev->of_node, NULL); in ebu_nand_probe()
H A Dloongson-nand-controller.c852 chip_np = of_get_next_child(dev->of_node, NULL); in loongson_nand_chip_init()
/linux/sound/soc/generic/
H A Dsimple-card.c397 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 Dgpio-feature.c75 while ((np = of_get_next_child(gpio, np))) { in get_gpio()
/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.c1483 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 Dwindfarm_smu_sensors.c433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
/linux/drivers/of/
H A Dproperty.c754 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 Dbase.c682 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 Dpcie-xilinx.c465 pcie_intc_node = of_get_next_child(dev->of_node, NULL); in xilinx_pcie_init_irq_domain()
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-cpm.c392 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_pcie_init_irq_domain()
H A Dpcie-xilinx-nwl.c578 intc_node = of_get_next_child(node, NULL); in nwl_pcie_init_irq_domain()
H A Dpcie-rockchip-host.c685 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 Dnetc_blk_ctrl.c338 phy_node = of_get_next_child(mdio_node, NULL); in netc_get_phy_addr()
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c389 pcie_intc_node = of_get_next_child(node, NULL); in plda_pcie_init_irq_domains()
/linux/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c353 struct device_node *pcie_intc_node = of_get_next_child(node, NULL); in dra7xx_pcie_init_irq_domain()

12