Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/include/linux/
H 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
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c153 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c620 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, in of_graph_get_next_endpoint() function
677 EXPORT_SYMBOL(of_graph_get_next_endpoint);
978 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Domapdss-boot-init.c150 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
H A Dbase.c321 while ((n = of_graph_get_next_endpoint(node, n)) != NULL) { in omapdss_walk_device()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arc/
H A Darcpgu_drv.c88 endpoint_node = of_graph_get_next_endpoint(pdev->dev.of_node, NULL); in arcpgu_load()
/OK3568_Linux_fs/kernel/drivers/media/platform/atmel/
H A Datmel-sama5d2-isc.c70 epn = of_graph_get_next_endpoint(np, epn); in isc_parse_dt()
H A Datmel-isi.c825 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-raspberrypi-touchscreen.c405 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in rpi_touchscreen_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpif.c450 endpoint = of_graph_get_next_endpoint(pdev->dev.of_node, in vpif_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dadv7343.c406 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in adv7343_get_pdata()
H A Dov5647.c540 ep = of_graph_get_next_endpoint(np, NULL); in ov5647_parse_dt()
H A Dvirtual-camera.c492 endpoint = of_graph_get_next_endpoint(np, NULL); in vcamera_get_pdata()
H A Dtvp7002.c893 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp7002_get_pdata()
H A Dtvp514x.c990 endpoint = of_graph_get_next_endpoint(client->dev.of_node, NULL); in tvp514x_get_pdata()
H A Dov5645.c1281 endpoint = of_graph_get_next_endpoint(dev->of_node, NULL); in ov5645_probe()
H A Dmt9v032.c1002 np = of_graph_get_next_endpoint(client->dev.of_node, NULL); in mt9v032_get_pdata()
/OK3568_Linux_fs/kernel/drivers/media/platform/xilinx/
H A Dxilinx-vipp.c203 ep = of_graph_get_next_endpoint(node, ep); in xvip_graph_build_dma()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960743 of_graph_get_next_endpoint
H A Dabi_gki_aarch64_exynosauto892 of_graph_get_next_endpoint
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is.c178 ep = of_graph_get_next_endpoint(node, NULL); in fimc_is_parse_sensor_config()
H A Dmipi-csis.c728 node = of_graph_get_next_endpoint(node, NULL); in s5pcsis_parse_dt()
/OK3568_Linux_fs/kernel/drivers/media/platform/stm32/
H A Dstm32-dcmi.c1790 ep = of_graph_get_next_endpoint(node, ep); in dcmi_graph_parse()
1868 np = of_graph_get_next_endpoint(np, NULL); in dcmi_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damba-clcd.c709 endpoint = of_graph_get_next_endpoint(fb->dev->dev.of_node, NULL); in clcdfb_of_init_display()

1234