Home
last modified time | relevance | path

Searched refs:of_graph_get_next_endpoint (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v6.6/include/linux/
Dof_graph.h37 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \
38 child = of_graph_get_next_endpoint(parent, child))
46 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent,
82 static inline struct device_node *of_graph_get_next_endpoint( in of_graph_get_next_endpoint() function
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c153 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
Dbase.c246 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/Linux-v6.6/drivers/of/
Dproperty.c642 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint() function
699 EXPORT_SYMBOL(of_graph_get_next_endpoint);
1014 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_of.c519 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in drm_of_get_dsi_bus()
/Linux-v6.6/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c403 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in rpi_touchscreen_probe()
/Linux-v6.6/drivers/gpu/drm/tiny/
Darcpgu.c291 endpoint_node = of_graph_get_next_endpoint(pdev->dev.of_node, NULL); in arcpgu_load()
/Linux-v6.6/drivers/media/i2c/
Dadv7343.c406 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in adv7343_get_pdata()
Dov5645.c1056 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in ov5645_probe()
Dtvp7002.c896 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp7002_get_pdata()
Dtvp514x.c990 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp514x_get_pdata()
Dov5647.c1372 ep = of_graph_get_next_endpoint(np, NULL); in ov5647_parse_dt()
Dov2659.c1401 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in ov2659_get_pdata()
/Linux-v6.6/drivers/media/platform/ti/davinci/
Dvpif.c468 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_probe()
/Linux-v6.6/drivers/staging/media/deprecated/atmel/
Datmel-sama5d2-isc.c346 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
Datmel-sama7g5-isc.c332 epn = of_graph_get_next_endpoint(np, epn); in xisc_parse_dt()
/Linux-v6.6/drivers/media/platform/xilinx/
Dxilinx-vipp.c210 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_build_dma()
/Linux-v6.6/drivers/media/platform/microchip/
Dmicrochip-sama5d2-isc.c366 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
Dmicrochip-sama7g5-isc.c352 epn = of_graph_get_next_endpoint(np, epn); in xisc_parse_dt()
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-platform.c289 while ((ep = of_graph_get_next_endpoint(parent, ep))) { in of_get_coresight_platform_data()
/Linux-v6.6/drivers/media/platform/atmel/
Datmel-isi.c834 np = of_graph_get_next_endpoint(np, NULL); in atmel_isi_parse_dt()
1158 ep = of_graph_get_next_endpoint(isi->dev->of_node, NULL); in isi_graph_init()
/Linux-v6.6/drivers/media/platform/samsung/exynos4-is/
Dfimc-is.c178 ep = of_graph_get_next_endpoint(node, NULL); in fimc_is_parse_sensor_config()
Dmipi-csis.c731 node = of_graph_get_next_endpoint(node, NULL); in s5pcsis_parse_dt()
/Linux-v6.6/drivers/media/platform/st/stm32/
Dstm32-dcmi.c1859 ep = of_graph_get_next_endpoint(dcmi->dev->of_node, NULL); in dcmi_graph_init()
1918 np = of_graph_get_next_endpoint(np, NULL); in dcmi_probe()
/Linux-v6.6/drivers/video/fbdev/
Damba-clcd.c695 endpoint = of_graph_get_next_endpoint(fb->dev->dev.of_node, NULL); in clcdfb_of_init_display()

12