Home
last modified time | relevance | path

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

12

/linux/include/linux/
A 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/drivers/hwtracing/coresight/
A Dcoresight-platform.c100 ep = of_graph_get_next_endpoint(node, ep); in of_coresight_get_ports_legacy()
155 while ((ep = of_graph_get_next_endpoint(port_parent, ep))) { in of_coresight_count_ports()
315 while ((ep = of_graph_get_next_endpoint(parent, ep))) { in of_get_coresight_platform_data()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Domapdss-boot-init.c153 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/linux/drivers/gpu/drm/omapdrm/dss/
A Dbase.c246 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/linux/drivers/of/
A Dproperty.c638 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint() function
695 EXPORT_SYMBOL(of_graph_get_next_endpoint);
994 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
/linux/drivers/gpu/drm/panel/
A Dpanel-raspberrypi-touchscreen.c398 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in rpi_touchscreen_probe()
/linux/drivers/gpu/drm/tiny/
A Darcpgu.c288 endpoint_node = of_graph_get_next_endpoint(pdev->dev.of_node, NULL); in arcpgu_load()
/linux/drivers/media/platform/davinci/
A Dvpif.c447 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_probe()
/linux/drivers/media/i2c/
A Dadv7343.c406 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in adv7343_get_pdata()
A Dov5645.c1071 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in ov5645_probe()
A Dtvp7002.c896 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp7002_get_pdata()
A Dtvp514x.c990 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp514x_get_pdata()
A Dov5647.c1342 ep = of_graph_get_next_endpoint(np, NULL); in ov5647_parse_dt()
A Dmt9p031.c1058 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9p031_get_pdata()
A Dmt9v032.c1010 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9v032_get_pdata()
A Dov2659.c1401 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in ov2659_get_pdata()
/linux/drivers/media/platform/atmel/
A Datmel-sama7g5-isc.c329 epn = of_graph_get_next_endpoint(np, epn); in xisc_parse_dt()
A Datmel-sama5d2-isc.c339 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
A 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/drivers/media/platform/xilinx/
A Dxilinx-vipp.c203 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_build_dma()
/linux/drivers/media/platform/exynos4-is/
A Dfimc-is.c178 ep = of_graph_get_next_endpoint(node, NULL); in fimc_is_parse_sensor_config()
A Dmipi-csis.c731 node = of_graph_get_next_endpoint(node, NULL); in s5pcsis_parse_dt()
/linux/drivers/media/platform/stm32/
A Dstm32-dcmi.c1830 ep = of_graph_get_next_endpoint(dcmi->dev->of_node, NULL); in dcmi_graph_init()
1892 np = of_graph_get_next_endpoint(np, NULL); in dcmi_probe()
/linux/drivers/video/fbdev/
A Damba-clcd.c696 endpoint = of_graph_get_next_endpoint(fb->dev->dev.of_node, NULL); in clcdfb_of_init_display()
/linux/drivers/media/i2c/s5c73m3/
A Ds5c73m3-core.c1631 node_ep = of_graph_get_next_endpoint(node, NULL); in s5c73m3_get_platform_data()

Completed in 66 milliseconds

12