Home
last modified time | relevance | path

Searched refs:of_graph_get_remote_port (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/linux/
Dof_graph.h54 struct device_node *of_graph_get_remote_port(const struct device_node *node);
107 static inline struct device_node *of_graph_get_remote_port( in of_graph_get_remote_port() function
/Linux-v4.19/drivers/gpu/drm/
Ddrm_of.c67 remote_port = of_graph_get_remote_port(ep); in drm_of_find_possible_crtcs()
207 port = of_graph_get_remote_port(ep); in drm_of_encoder_active_endpoint()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddss-of.c71 src_port = of_graph_get_remote_port(ep); in omapdss_of_find_source_for_first_ep()
/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c172 rport = of_graph_get_remote_port(ep); in of_get_coresight_platform_data()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-of.c51 rp = of_graph_get_remote_port(epnode); in of_get_remote()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c67 remote_port = of_graph_get_remote_port(ep); in sun8i_dw_hdmi_find_possible_crtcs()
Dsun4i_tcon.c815 port = of_graph_get_remote_port(ep); in sun4i_tcon_find_engine_traverse()
/Linux-v4.19/drivers/of/
Dproperty.c755 struct device_node *of_graph_get_remote_port(const struct device_node *node) in of_graph_get_remote_port() function
765 EXPORT_SYMBOL(of_graph_get_remote_port);
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-raspberrypi-touchscreen.c411 info.node = of_graph_get_remote_port(endpoint); in rpi_touchscreen_probe()
/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_drv.c139 remote = of_graph_get_remote_port(ep); in meson_vpu_has_available_connectors()
Dmeson_dw_hdmi.c721 remote = of_graph_get_remote_port(ep); in meson_hdmi_connector_is_available()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is.c186 port = of_graph_get_remote_port(ep); in fimc_is_parse_sensor_config()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c1593 ren = of_graph_get_remote_port(epn); in scan_of_host()
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c2354 remote = of_graph_get_remote_port(np); in pxa_camera_pdata_from_dt()