Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_graph.h49 struct device_node *of_graph_get_remote_endpoint(
89 static inline struct device_node *of_graph_get_remote_endpoint( in of_graph_get_remote_endpoint() function
/Linux-v4.19/sound/soc/generic/
Daudio-graph-scu-card.c212 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in asoc_graph_card_parse_of()
213 rcpu_ep = of_graph_get_remote_endpoint(codec_ep); in asoc_graph_card_parse_of()
248 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in asoc_graph_card_parse_of()
307 codec_ep = of_graph_get_remote_endpoint(cpu_ep); in asoc_graph_get_dais_count()
Daudio-graph-card.c167 struct device_node *codec_ep = of_graph_get_remote_endpoint(cpu_ep); in asoc_graph_card_dai_link_of()
168 struct device_node *rcpu_ep = of_graph_get_remote_endpoint(codec_ep); in asoc_graph_card_dai_link_of()
/Linux-v4.19/drivers/of/
Dproperty.c688 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() function
693 EXPORT_SYMBOL(of_graph_get_remote_endpoint);
738 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port_parent()
760 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port()
944 of_graph_get_remote_endpoint(to_of_node(fwnode))); in of_fwnode_graph_get_remote_endpoint()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c132 np = of_graph_get_remote_endpoint(node); in omapdss_of_get_remote_port()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_of.c266 lvds->remote = of_graph_get_remote_endpoint(lvds->local); in rcar_du_of_lvds_patch()
Drcar_lvds.c417 remote_input = of_graph_get_remote_endpoint(local_output); in rcar_lvds_parse_dt()
Drcar_du_kms.c306 entity_ep_node = of_graph_get_remote_endpoint(ep->local_node); in rcar_du_encoders_init_one()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c341 remote = of_graph_get_remote_endpoint(ep); in sun8i_mixer_of_get_id()
Dsun4i_backend.c689 remote = of_graph_get_remote_endpoint(ep); in sun4i_backend_of_get_id()
Dsun4i_tcon.c852 remote = of_graph_get_remote_endpoint(ep); in sun4i_tcon_of_get_id_from_port()
/Linux-v4.19/sound/soc/sh/rcar/
Dssi.c1050 remote_ep = of_graph_get_remote_endpoint(endpoint); in rsnd_ssi_parse_hdmi_connection()
/Linux-v4.19/drivers/media/platform/ti-vpe/
Dcal.c1707 remote_ep = of_graph_get_remote_endpoint(ep_node); in of_cal_create_instance()