Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/of/
Dproperty.c712 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() function
717 EXPORT_SYMBOL(of_graph_get_remote_endpoint);
762 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port_parent()
784 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port()
983 of_graph_get_remote_endpoint(to_of_node(fwnode))); in of_fwnode_graph_get_remote_endpoint()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c124 np = of_graph_get_remote_endpoint(node); in omapdss_of_get_remote_port()
/Linux-v5.10/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.10/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c323 remote = of_graph_get_remote_endpoint(ep); in sun8i_mixer_of_get_id()
Dsun4i_backend.c722 remote = of_graph_get_remote_endpoint(ep); in sun4i_backend_of_get_id()
Dsun4i_tcon.c964 remote = of_graph_get_remote_endpoint(ep); in sun4i_tcon_of_get_id_from_port()
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-platform.c231 rep = of_graph_get_remote_endpoint(ep); in of_coresight_parse_endpoint()
/Linux-v5.10/sound/soc/generic/
Daudio-graph-card.c442 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in graph_for_each_link()