Searched refs:of_get_next_child (Results 1 – 18 of 18) sorted by relevance
| /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/include/linux/ |
| H A D | of.h | 290 extern struct device_node *of_get_next_child(const struct device_node *node, 564 static inline struct device_node *of_get_next_child( in of_get_next_child() function 1553 for (child = of_get_next_child(parent, NULL); child != NULL; \ 1554 child = of_get_next_child(parent, child)) 1558 of_get_next_child(parent, NULL); \ 1560 child = of_get_next_child(parent, child))
|
| /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()
|
| /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 | tegra_nand.c | 1084 np_nand = of_get_next_child(np, NULL); in tegra_nand_chips_init()
|
| /linux/sound/soc/generic/ |
| H A D | simple-card.c | 395 node = of_get_next_child(top, node); in __simple_for_each_link() 453 node = of_get_next_child(top, node); in __simple_for_each_link()
|
| /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-cpm.c | 392 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_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()
|
| H A D | pci-mvebu.c | 1074 pcie_intc_node = of_get_next_child(port->dn, NULL); in mvebu_pcie_init_irq_domain()
|
| /linux/drivers/of/ |
| H A D | property.c | 769 prev = of_get_next_child(parent, prev); in of_graph_get_next_port() 791 prev = of_get_next_child(port, prev); in of_graph_get_next_port_endpoint()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | media-dev.c | 523 port = of_get_next_child(node, NULL); in fimc_md_register_sensor_entities()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | feature.c | 1413 phy = of_get_next_child(node, NULL); in g5_eth_phy_reset()
|