Home
last modified time | relevance | path

Searched refs:of_graph_get_remote_endpoint (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/include/linux/
Dof_graph.h50 struct device_node *of_graph_get_remote_endpoint(
95 static inline struct device_node *of_graph_get_remote_endpoint( in of_graph_get_remote_endpoint() function
/linux-6.1.9/drivers/of/
Dproperty.c735 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() function
740 EXPORT_SYMBOL(of_graph_get_remote_endpoint);
785 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port_parent()
807 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port()
1022 of_graph_get_remote_endpoint(to_of_node(fwnode))); in of_fwnode_graph_get_remote_endpoint()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c124 np = of_graph_get_remote_endpoint(node); in omapdss_of_get_remote_port()
/linux-6.1.9/sound/soc/generic/
Daudio-graph-card2.c341 rep = of_graph_get_remote_endpoint(ep); in graph_get_next_multi_ep()
779 struct device_node *rep = of_graph_get_remote_endpoint(ep); in audio_graph2_link_dpcm()
Daudio-graph-card.c460 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in __graph_for_each_link()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c284 ren = of_graph_get_remote_endpoint(en); in rockchip_drm_encoder_set_crtc_endpoint_id()
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-platform.c237 rep = of_graph_get_remote_endpoint(ep); in of_coresight_parse_endpoint()
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c352 remote = of_graph_get_remote_endpoint(ep); in sun8i_mixer_of_get_id()
Dsun4i_backend.c720 remote = of_graph_get_remote_endpoint(ep); in sun4i_backend_of_get_id()
Dsun4i_tcon.c970 remote = of_graph_get_remote_endpoint(ep); in sun4i_tcon_of_get_id_from_port()
/linux-6.1.9/drivers/gpu/drm/bridge/imx/
Dimx8qxp-ldb-drv.c428 remote = of_graph_get_remote_endpoint(ep); in imx8qxp_ldb_set_di_id()
/linux-6.1.9/drivers/media/platform/ti/cal/
Dcal-camerarx.c570 phy->source_ep_node = of_graph_get_remote_endpoint(ep_node); in cal_camerarx_parse_dt()