Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_drv.c266 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe()
271 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
/Linux-v5.4/include/linux/
Dof.h290 extern struct device_node *of_get_next_available_child(
637 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function
1248 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
1249 child = of_get_next_available_child(parent, child))
/Linux-v5.4/drivers/usb/common/
Dulpi.c189 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/Linux-v5.4/drivers/bus/
Dtegra-gmi.c95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
Dti-sysc.c208 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
/Linux-v5.4/drivers/usb/chipidea/
Dci_hdrc_msm.c247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/Linux-v5.4/drivers/i2c/busses/
Di2c-sun6i-p2wi.c222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/Linux-v5.4/drivers/leds/
Dleds-ktd2692.c293 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
Dleds-lp8860.c391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
Dleds-aat1290.c251 child_node = of_get_next_available_child(dev->of_node, NULL); in aat1290_led_parse_dt()
/Linux-v5.4/drivers/mtd/spi-nor/
Dnxp-spifi.c427 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
Dmtk-quadspi.c493 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in mtk_nor_drv_probe()
/Linux-v5.4/arch/arm/mach-omap2/
Domap_device.c436 child = of_get_next_available_child(np, NULL); in omap_device_copy_resources()
/Linux-v5.4/drivers/of/
Dproperty.c885 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
Dbase.c777 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function
798 EXPORT_SYMBOL(of_get_next_available_child);
/Linux-v5.4/drivers/opp/
Dof.c170 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
/Linux-v5.4/drivers/mailbox/
Domap-mailbox.c744 child = of_get_next_available_child(node, child); in omap_mbox_probe()
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c883 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()