Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dof_graph.h80 struct device_node *of_graph_get_remote_endpoint(
144 static inline struct device_node *of_graph_get_remote_endpoint( in of_graph_get_remote_endpoint() function
/linux-6.14.4/sound/soc/generic/
Daudio-graph-card2.c367 rep = of_graph_get_remote_endpoint(ep); in graph_get_next_multi_ep()
533 struct device_node *mcodec_ep_top __free(device_node) = of_graph_get_remote_endpoint(mcpu_ep_top); in graph_parse_node_multi_nm()
552 struct device_node *mcodec_ep_n __free(device_node) = of_graph_get_remote_endpoint(mcpu_ep_n); in graph_parse_node_multi_nm()
835 struct device_node *codec_ep __free(device_node) = of_graph_get_remote_endpoint(cpu_ep); in audio_graph2_link_normal()
865 struct device_node *rep __free(device_node) = of_graph_get_remote_endpoint(ep); in audio_graph2_link_dpcm()
1012 struct device_node *codec0_ep __free(device_node) = of_graph_get_remote_endpoint(ep0); in audio_graph2_link_c2c()
1013 struct device_node *codec1_ep __free(device_node) = of_graph_get_remote_endpoint(ep1); in audio_graph2_link_c2c()
Daudio-graph-card.c360 struct device_node *codec_ep __free(device_node) = of_graph_get_remote_endpoint(cpu_ep); in __graph_for_each_link()
/linux-6.14.4/drivers/of/
Dproperty.c814 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() function
819 EXPORT_SYMBOL(of_graph_get_remote_endpoint);
865 of_graph_get_remote_endpoint(node); in of_graph_get_remote_port_parent()
883 np = of_graph_get_remote_endpoint(node); in of_graph_get_remote_port()
1127 of_graph_get_remote_endpoint(to_of_node(fwnode))); in of_fwnode_graph_get_remote_endpoint()
/linux-6.14.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c286 ren = of_graph_get_remote_endpoint(en); in rockchip_drm_encoder_set_crtc_endpoint_id()
/linux-6.14.4/drivers/gpu/drm/stm/
Dlvds.c1125 if (of_graph_get_remote_endpoint(remote)) { in lvds_probe()
1138 if (of_graph_get_remote_endpoint(remote)) { in lvds_probe()
/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-platform.c217 rep = of_graph_get_remote_endpoint(ep); in of_coresight_parse_endpoint()
/linux-6.14.4/drivers/gpu/drm/bridge/imx/
Dimx8qxp-ldb.c429 remote = of_graph_get_remote_endpoint(ep); in imx8qxp_ldb_set_di_id()
/linux-6.14.4/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c418 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.c968 remote = of_graph_get_remote_endpoint(ep); in sun4i_tcon_of_get_id_from_port()
/linux-6.14.4/drivers/gpu/drm/bridge/
Dtc358775.c552 remote = of_graph_get_remote_endpoint(endpoint); in tc358775_parse_dt()
/linux-6.14.4/drivers/media/platform/ti/cal/
Dcal-camerarx.c576 phy->source_ep_node = of_graph_get_remote_endpoint(ep_node); in cal_camerarx_parse_dt()
/linux-6.14.4/drivers/net/wireless/ath/ath12k/
Dcore.c1536 next_rx_endpoint = of_graph_get_remote_endpoint(tx_endpoint); in ath12k_core_get_wsi_info()