Home
last modified time | relevance | path

Searched refs:of_get_next_available_child (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/sti/
Dsti_drv.c244 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe()
249 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
/drivers/leds/
Dleds-spi-byte.c94 child = of_get_next_available_child(dev_of_node(dev), NULL); in spi_byte_probe()
Dleds-lp8860.c391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
/drivers/net/dsa/hirschmann/
Dhellcreek_ptp.c312 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
337 led = of_get_next_available_child(leds, led); in hellcreek_led_setup()
/drivers/opp/
Dof.c165 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
367 opp_np = of_get_next_available_child(opp_table->np, NULL); in lazy_link_required_opp_table()
439 np = of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
/drivers/bus/
Dtegra-gmi.c95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
Dti-sysc.c330 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
/drivers/usb/common/
Dulpi.c192 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/drivers/usb/chipidea/
Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/drivers/i2c/busses/
Di2c-sun6i-p2wi.c226 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/drivers/leds/flash/
Dleds-ktd2692.c310 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
Dleds-aat1290.c251 child_node = of_get_next_available_child(dev_of_node(dev), NULL); in aat1290_led_parse_dt()
/drivers/mtd/spi-nor/controllers/
Dnxp-spifi.c434 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
/drivers/virtio/
Dvirtio.c352 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
/drivers/of/
Dbase.c772 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function
793 EXPORT_SYMBOL(of_get_next_available_child);
Dproperty.c942 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
/drivers/mailbox/
Domap-mailbox.c748 child = of_get_next_available_child(node, child); in omap_mbox_probe()
/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c904 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
/drivers/soc/qcom/
Dcpr.c1060 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()