Searched refs:of_get_next_available_child (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/sti/ |
| D | sti_drv.c | 266 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/ |
| D | of.h | 290 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/ |
| D | ulpi.c | 189 child = of_get_next_available_child(np, NULL); in ulpi_of_register()
|
| /Linux-v5.4/drivers/bus/ |
| D | tegra-gmi.c | 95 child = of_get_next_available_child(gmi->dev->of_node, NULL); in tegra_gmi_parse_dt()
|
| D | ti-sysc.c | 208 child = of_get_next_available_child(np, NULL); in sysc_add_named_clock_from_child()
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | ci_hdrc_msm.c | 247 phy_node = of_get_next_available_child(ulpi_node, NULL); in ci_hdrc_msm_probe()
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-sun6i-p2wi.c | 222 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
|
| /Linux-v5.4/drivers/leds/ |
| D | leds-ktd2692.c | 293 child_node = of_get_next_available_child(np, NULL); in ktd2692_parse_dt()
|
| D | leds-lp8860.c | 391 child_node = of_get_next_available_child(np, NULL); in lp8860_probe()
|
| D | leds-aat1290.c | 251 child_node = of_get_next_available_child(dev->of_node, NULL); in aat1290_led_parse_dt()
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | nxp-spifi.c | 427 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
|
| D | mtk-quadspi.c | 493 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in mtk_nor_drv_probe()
|
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | omap_device.c | 436 child = of_get_next_available_child(np, NULL); in omap_device_copy_resources()
|
| /Linux-v5.4/drivers/of/ |
| D | property.c | 885 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
|
| D | base.c | 777 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/ |
| D | of.c | 170 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
|
| /Linux-v5.4/drivers/mailbox/ |
| D | omap-mailbox.c | 744 child = of_get_next_available_child(node, child); in omap_mbox_probe()
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun4i_tcon.c | 883 ep = of_get_next_available_child(port, NULL); in sun4i_tcon_find_engine_traverse()
|