Symbol: of_get_next_child
arch/arm/mach-mvebu/mvebu-soc-id.c
71
child = of_get_next_child(np, NULL);
arch/arm/mach-omap2/omap_hwmod.c
2171
child = of_get_next_child(np, child);
arch/arm/mach-omap2/omap_hwmod.c
2347
child = of_get_next_child(np, NULL);
arch/powerpc/platforms/powermac/feature.c
1413
phy = of_get_next_child(node, NULL);
arch/powerpc/platforms/powermac/low_i2c.c
617
child = of_get_next_child(np, NULL);
arch/powerpc/platforms/pseries/reconfig.c
73
if ((child = of_get_next_child(np, NULL))) {
arch/powerpc/platforms/pseries/vio.c
1483
node_child = of_get_next_child(node_root, NULL);
arch/powerpc/platforms/pseries/vio.c
1486
node_child = of_get_next_child(node_root, node_child);
drivers/gpu/drm/tegra/hub.c
1128
child = of_get_next_child(pdev->dev.of_node, child);
drivers/macintosh/windfarm_smu_sensors.c
433
sensors && (s = of_get_next_child(sensors, s)) != NULL;) {
drivers/media/platform/mediatek/mdp/mtk_mdp_core.c
126
node = of_get_next_child(dev->of_node, NULL);
drivers/media/platform/samsung/exynos4-is/media-dev.c
523
port = of_get_next_child(node, NULL);
drivers/memory/renesas-rpc-if.c
982
flash = of_get_next_child(dev->of_node, NULL);
drivers/mtd/hyperbus/hbmc-am654.c
174
priv->hbdev.np = of_get_next_child(np, NULL);
drivers/mtd/hyperbus/rpc-if.c
145
hyperbus->hbdev.np = of_get_next_child(pdev->dev.parent->of_node, NULL);
drivers/mtd/nand/raw/fsl_upm.c
55
flash_np = of_get_next_child(upm_np, NULL);
drivers/mtd/nand/raw/intel-nand-controller.c
603
chip_np = of_get_next_child(dev->of_node, NULL);
drivers/mtd/nand/raw/loongson-nand-controller.c
852
chip_np = of_get_next_child(dev->of_node, NULL);
drivers/mtd/nand/raw/ndfc.c
160
flash_np = of_get_next_child(node, NULL);
drivers/mtd/nand/raw/tegra_nand.c
1084
np_nand = of_get_next_child(np, NULL);
drivers/net/ethernet/freescale/enetc/netc_blk_ctrl.c
338
phy_node = of_get_next_child(mdio_node, NULL);
drivers/of/base.c
693
EXPORT_SYMBOL(of_get_next_child);
drivers/of/property.c
754
prev = of_get_next_child(parent, prev);
drivers/of/property.c
776
prev = of_get_next_child(port, prev);
drivers/pci/controller/dwc/pci-dra7xx.c
353
struct device_node *pcie_intc_node = of_get_next_child(node, NULL);
drivers/pci/controller/pci-aardvark.c
1479
pcie_intc_node = of_get_next_child(node, NULL);
drivers/pci/controller/pci-ftpci100.c
331
struct device_node *intc = of_get_next_child(p->dev->of_node, NULL);
drivers/pci/controller/pci-mvebu.c
1075
pcie_intc_node = of_get_next_child(port->dn, NULL);
drivers/pci/controller/pcie-mediatek.c
572
pcie_intc_node = of_get_next_child(node, NULL);
drivers/pci/controller/pcie-rockchip-host.c
685
struct device_node *intc = of_get_next_child(dev->of_node, NULL);
drivers/pci/controller/pcie-rzg3s-host.c
1146
of_get_next_child(host->dev->of_node, NULL);
drivers/pci/controller/pcie-xilinx-cpm.c
392
pcie_intc_node = of_get_next_child(node, NULL);
drivers/pci/controller/pcie-xilinx-nwl.c
578
intc_node = of_get_next_child(node, NULL);
drivers/pci/controller/pcie-xilinx.c
465
pcie_intc_node = of_get_next_child(dev->of_node, NULL);
drivers/pci/controller/plda/pcie-plda-host.c
389
pcie_intc_node = of_get_next_child(node, NULL);
drivers/pinctrl/freescale/pinctrl-mxs.c
475
for (child2 = of_get_next_child(np, child);
drivers/pinctrl/freescale/pinctrl-mxs.c
477
child2 = of_get_next_child(np, child2)) {
drivers/video/of_display_timing.c
169
entry = of_get_next_child(timings_np, NULL);
include/linux/of.h
1503
for (child = of_get_next_child(parent, NULL); child != NULL; \
include/linux/of.h
1504
child = of_get_next_child(parent, child))
include/linux/of.h
1508
of_get_next_child(parent, NULL); \
include/linux/of.h
1510
child = of_get_next_child(parent, child))
include/linux/of.h
290
extern struct device_node *of_get_next_child(const struct device_node *node,
sound/aoa/core/gpio-feature.c
75
while ((np = of_get_next_child(gpio, np))) {
sound/soc/generic/simple-card.c
397
node = of_get_next_child(top, node);
sound/soc/generic/simple-card.c
455
node = of_get_next_child(top, node);