Searched refs:of_graph_get_next_endpoint (Results 1 – 25 of 32) sorted by relevance
12
/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 100 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()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | omapdss-boot-init.c | 153 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
/drivers/gpu/drm/arc/ |
D | arcpgu_drv.c | 88 endpoint_node = of_graph_get_next_endpoint(pdev->dev.of_node, NULL); in arcpgu_load()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss-boot-init.c | 150 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
D | base.c | 321 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
/drivers/of/ |
D | property.c | 638 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); 996 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
|
/drivers/media/platform/atmel/ |
D | atmel-sama5d2-isc.c | 70 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
|
D | atmel-isi.c | 825 np = of_graph_get_next_endpoint(np, NULL); in atmel_isi_parse_dt() 1144 ep = of_graph_get_next_endpoint(node, ep); in isi_graph_parse()
|
/drivers/gpu/drm/panel/ |
D | panel-raspberrypi-touchscreen.c | 405 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in rpi_touchscreen_probe()
|
/drivers/media/i2c/ |
D | adv7343.c | 406 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in adv7343_get_pdata()
|
D | ov5647.c | 540 ep = of_graph_get_next_endpoint(np, NULL); in ov5647_parse_dt()
|
D | ov5645.c | 1069 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in ov5645_probe()
|
D | tvp7002.c | 893 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp7002_get_pdata()
|
D | tvp514x.c | 990 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp514x_get_pdata()
|
D | mt9p031.c | 1040 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9p031_get_pdata()
|
D | mt9v032.c | 1002 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9v032_get_pdata()
|
D | ov2659.c | 1404 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in ov2659_get_pdata()
|
/drivers/media/platform/davinci/ |
D | vpif.c | 450 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_probe()
|
D | vpif_capture.c | 1537 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_capture_get_pdata()
|
/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 203 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_build_dma()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is.c | 178 ep = of_graph_get_next_endpoint(node, NULL); in fimc_is_parse_sensor_config()
|
D | mipi-csis.c | 728 node = of_graph_get_next_endpoint(node, NULL); in s5pcsis_parse_dt()
|
/drivers/media/platform/stm32/ |
D | stm32-dcmi.c | 1790 ep = of_graph_get_next_endpoint(node, ep); in dcmi_graph_parse() 1868 np = of_graph_get_next_endpoint(np, NULL); in dcmi_probe()
|
/drivers/video/fbdev/ |
D | amba-clcd.c | 709 endpoint = of_graph_get_next_endpoint(fb->dev->dev.of_node, NULL); in clcdfb_of_init_display()
|
/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1628 node_ep = of_graph_get_next_endpoint(node, NULL); in s5c73m3_get_platform_data()
|
12