/Linux-v4.19/include/linux/ |
D | of_graph.h | 37 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \ 38 child = of_graph_get_next_endpoint(parent, child)) 45 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, 76 static inline struct device_node *of_graph_get_next_endpoint( in of_graph_get_next_endpoint() function
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | of_coresight.c | 55 ep = of_graph_get_next_endpoint(node, ep); in of_coresight_get_ports() 147 ep = of_graph_get_next_endpoint(node, ep); in of_get_coresight_platform_data()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | base.c | 97 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
D | omapdss-boot-init.c | 161 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
/Linux-v4.19/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 85 ep = of_graph_get_next_endpoint(entity->node, ep); in xvip_graph_build_one() 206 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_build_dma() 362 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_parse_one()
|
/Linux-v4.19/drivers/of/ |
D | property.c | 595 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint() function 652 EXPORT_SYMBOL(of_graph_get_next_endpoint); 936 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | omapdss-boot-init.c | 162 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss.c | 473 while ((node = of_graph_get_next_endpoint(dev->of_node, node))) in camss_of_parse_ports() 486 while ((node = of_graph_get_next_endpoint(dev->of_node, node))) { in camss_of_parse_ports()
|
/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-raspberrypi-touchscreen.c | 402 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in rpi_touchscreen_probe()
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpif.c | 449 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_probe()
|
/Linux-v4.19/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 | tvp7002.c | 900 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp7002_get_pdata()
|
D | tvp514x.c | 999 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp514x_get_pdata()
|
D | ov5645.c | 1114 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in ov5645_probe()
|
D | ov2659.c | 1356 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in ov2659_get_pdata()
|
D | mt9p031.c | 1017 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9p031_get_pdata()
|
D | mt9v032.c | 999 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9v032_get_pdata()
|
D | tvp5150.c | 1376 ep = of_graph_get_next_endpoint(np, NULL); in tvp5150_parse_dt()
|
/Linux-v4.19/drivers/gpu/drm/pl111/ |
D | pl111_display.c | 558 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in pl111_display_init()
|
/Linux-v4.19/drivers/media/platform/atmel/ |
D | atmel-isi.c | 800 np = of_graph_get_next_endpoint(np, NULL); in atmel_isi_parse_dt() 1109 ep = of_graph_get_next_endpoint(node, ep); in isi_graph_parse()
|
/Linux-v4.19/drivers/media/platform/stm32/ |
D | stm32-dcmi.c | 1572 ep = of_graph_get_next_endpoint(node, ep); in dcmi_graph_parse() 1652 np = of_graph_get_next_endpoint(np, NULL); in dcmi_probe()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 731 node = of_graph_get_next_endpoint(node, NULL); in s5pcsis_parse_dt()
|
D | fimc-is.c | 182 ep = of_graph_get_next_endpoint(node, NULL); in fimc_is_parse_sensor_config()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd.c | 770 endpoint = of_graph_get_next_endpoint(fb->dev->dev.of_node, NULL); in clcdfb_of_init_display()
|