/drivers/macintosh/ |
D | windfarm_smu_controls.c | 269 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init() 274 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init() 289 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init() 293 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
|
D | macio_asic.c | 480 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 497 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices() 510 for (np = NULL; (np = of_get_next_child(pnode, np)) != NULL;) { in macio_pci_add_devices()
|
D | windfarm_smu_sensors.c | 427 (sensors = of_get_next_child(smu, sensors)) != NULL;) in smu_sensors_init() 435 sensors && (s = of_get_next_child(sensors, s)) != NULL;) { in smu_sensors_init()
|
D | windfarm_lm87_sensor.c | 113 while ((np = of_get_next_child(client->dev.of_node, np)) != NULL) { in wf_lm87_probe()
|
D | rack-meter.c | 379 while ((i2s = of_get_next_child(mdev->ofdev.dev.of_node, i2s)) != NULL) in rackmeter_probe() 387 while ((np = of_get_next_child(i2s, np)) != NULL) { in rackmeter_probe()
|
D | windfarm_smu_sat.c | 232 while ((child = of_get_next_child(dev, child)) != NULL) { in wf_sat_probe()
|
D | windfarm_fcu_controls.c | 433 while ((np = of_get_next_child(fcu, np)) != NULL) { in wf_fcu_lookup_fans()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dss-of.c | 55 port = of_get_next_child(ports, prev); in omapdss_of_get_next_port() 80 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss-of.c | 56 port = of_get_next_child(ports, prev); in omapdss_of_get_next_port() 81 ep = of_get_next_child(parent, prev); in omapdss_of_get_next_endpoint()
|
/drivers/video/fbdev/nvidia/ |
D | nv_of.c | 46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
|
/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 415 child = of_get_next_child(np, NULL); in mxs_pinctrl_probe_dt() 471 for (child2 = of_get_next_child(np, child); in mxs_pinctrl_probe_dt() 473 child2 = of_get_next_child(np, child2)) { in mxs_pinctrl_probe_dt()
|
/drivers/video/ |
D | of_display_timing.c | 163 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
|
/drivers/of/ |
D | base.c | 697 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() function 708 EXPORT_SYMBOL(of_get_next_child); 2380 endpoint = of_get_next_child(port, prev); in of_graph_get_next_endpoint() 2390 port = of_get_next_child(parent, port); in of_graph_get_next_endpoint()
|
/drivers/hwmon/ |
D | ads1015.c | 183 || !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()
|
/drivers/mtd/nand/ |
D | ndfc.c | 172 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
|
D | fsl_upm.c | 182 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
|
/drivers/pci/hotplug/ |
D | rpadlpar_core.c | 53 while ((dn = of_get_next_child(parent, dn))) { in find_vio_slot_node()
|
/drivers/thermal/ |
D | qoriq_thermal.c | 119 sensor_np = of_get_next_child(np, NULL); in qoriq_tmu_get_sensor_id()
|
/drivers/pci/host/ |
D | pcie-xilinx.c | 521 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_pcie_init_irq_domain()
|
D | pci-dra7xx.c | 169 struct device_node *pcie_intc_node = of_get_next_child(node, NULL); in dra7xx_pcie_init_irq_domain()
|
/drivers/media/platform/exynos4-is/ |
D | media-dev.c | 395 ep = of_get_next_child(port, NULL); in fimc_md_parse_port_node() 492 port = of_get_next_child(node, NULL); in fimc_md_register_sensor_entities()
|
/drivers/iio/adc/ |
D | ti-ads1015.c | 505 !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()
|
/drivers/mtd/spi-nor/ |
D | atmel-quadspi.c | 602 child = of_get_next_child(np, NULL); in atmel_qspi_probe()
|
/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 748 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()
|
/drivers/staging/octeon/ |
D | ethernet.c | 646 node = of_get_next_child(parent, node); in cvm_oct_of_get_child()
|