Home
last modified time | relevance | path

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

12

/drivers/macintosh/
Dwindfarm_smu_controls.c269 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()
Dmacio_asic.c480 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()
Dwindfarm_smu_sensors.c427 (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()
Dwindfarm_lm87_sensor.c113 while ((np = of_get_next_child(client->dev.of_node, np)) != NULL) { in wf_lm87_probe()
Drack-meter.c379 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()
Dwindfarm_smu_sat.c232 while ((child = of_get_next_child(dev, child)) != NULL) { in wf_sat_probe()
Dwindfarm_fcu_controls.c433 while ((np = of_get_next_child(fcu, np)) != NULL) { in wf_fcu_lookup_fans()
/drivers/gpu/drm/omapdrm/dss/
Ddss-of.c55 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/
Ddss-of.c56 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/
Dnv_of.c46 (dp = of_get_next_child(parent, dp)) != NULL;) { in nvidia_probe_of_connector()
/drivers/pinctrl/freescale/
Dpinctrl-mxs.c415 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/
Dof_display_timing.c163 entry = of_get_next_child(timings_np, NULL); in of_get_display_timings()
/drivers/of/
Dbase.c697 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/
Dads1015.c183 || !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()
/drivers/mtd/nand/
Dndfc.c172 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
Dfsl_upm.c182 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
/drivers/pci/hotplug/
Drpadlpar_core.c53 while ((dn = of_get_next_child(parent, dn))) { in find_vio_slot_node()
/drivers/thermal/
Dqoriq_thermal.c119 sensor_np = of_get_next_child(np, NULL); in qoriq_tmu_get_sensor_id()
/drivers/pci/host/
Dpcie-xilinx.c521 pcie_intc_node = of_get_next_child(node, NULL); in xilinx_pcie_init_irq_domain()
Dpci-dra7xx.c169 struct device_node *pcie_intc_node = of_get_next_child(node, NULL); in dra7xx_pcie_init_irq_domain()
/drivers/media/platform/exynos4-is/
Dmedia-dev.c395 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/
Dti-ads1015.c505 !of_get_next_child(client->dev.of_node, NULL)) in ads1015_get_channels_config_of()
/drivers/mtd/spi-nor/
Datmel-quadspi.c602 child = of_get_next_child(np, NULL); in atmel_qspi_probe()
/drivers/media/platform/xilinx/
Dxilinx-tpg.c748 endpoint = of_get_next_child(port, NULL); in xtpg_parse_of()
/drivers/staging/octeon/
Dethernet.c646 node = of_get_next_child(parent, node); in cvm_oct_of_get_child()

12