Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_drv.c281 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe()
286 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
/Linux-v4.19/include/linux/
Dof.h293 extern struct device_node *of_get_next_available_child(
631 static inline struct device_node *of_get_next_available_child( in of_get_next_available_child() function
1217 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
1218 child = of_get_next_available_child(parent, child))
/Linux-v4.19/drivers/bus/
Dtegra-gmi.c95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
/Linux-v4.19/drivers/usb/common/
Dulpi.c189 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
/Linux-v4.19/drivers/i2c/busses/
Di2c-sun6i-p2wi.c222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_msm.c252 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
/Linux-v4.19/drivers/leds/
Dleds-ktd2692.c296 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
Dleds-aat1290.c254 child_node = of_get_next_available_child(dev->of_node, NULL); in aat1290_led_parse_dt()
/Linux-v4.19/drivers/mtd/spi-nor/
Dnxp-spifi.c431 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
Dmtk-quadspi.c500 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in mtk_nor_drv_probe()
/Linux-v4.19/arch/arm/mach-omap2/
Domap_device.c441 child = of_get_next_available_child(np, NULL); in omap_device_copy_resources()
/Linux-v4.19/drivers/of/
Dbase.c724 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() function
745 EXPORT_SYMBOL(of_get_next_available_child);
Dproperty.c884 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
/Linux-v4.19/drivers/mailbox/
Domap-mailbox.c739 child = of_get_next_available_child(node, child); in omap_mbox_probe()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c793 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()