Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/of/
Dproperty.c731 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() function
736 EXPORT_SYMBOL(of_graph_get_remote_endpoint);
781 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port_parent()
803 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port()
1002 of_graph_get_remote_endpoint(to_of_node(fwnode))); in of_fwnode_graph_get_remote_endpoint()
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c124 np = of_graph_get_remote_endpoint(node); in omapdss_of_get_remote_port()
/Linux-v5.15/drivers/gpu/drm/rcar-du/
Drcar_du_of.c266 lvds->remote = of_graph_get_remote_endpoint(lvds->local); in rcar_du_of_lvds_patch()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c323 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.c971 remote = of_graph_get_remote_endpoint(ep); in sun4i_tcon_of_get_id_from_port()
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-platform.c237 rep = of_graph_get_remote_endpoint(ep); in of_coresight_parse_endpoint()
/Linux-v5.15/sound/soc/generic/
Daudio-graph-card.c456 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in __graph_for_each_link()
/Linux-v5.15/drivers/media/platform/ti-vpe/
Dcal-camerarx.c570 phy->source_ep_node = of_graph_get_remote_endpoint(ep_node); in cal_camerarx_parse_dt()