Home
last modified time | relevance | path

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

/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/include/linux/
H A Dof.h290 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 Drpc-if.c145 hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL); in rpcif_hb_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 Dtegra_nand.c1084 np_nand = of_get_next_child(np, NULL); in tegra_nand_chips_init()
/linux/sound/soc/generic/
H A Dsimple-card.c395 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 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-cpm.c392 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_cpm_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()
H A Dpci-mvebu.c1074 pcie_intc_node = of_get_next_child(port->dn, NULL); in mvebu_pcie_init_irq_domain()
/linux/drivers/of/
H A Dproperty.c769 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 Dmedia-dev.c523 port = of_get_next_child(node, NULL); in fimc_md_register_sensor_entities()
/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c1413 phy = of_get_next_child(node, NULL); in g5_eth_phy_reset()