Searched refs:of_ep (Results 1 – 3 of 3) sorted by relevance
67 struct of_endpoint of_ep; in drm_connector_hdmi_audio_get_dai_id() local73 ret = of_graph_parse_endpoint(endpoint, &of_ep); in drm_connector_hdmi_audio_get_dai_id()77 if (of_ep.port == connector->hdmi_audio.dai_port) in drm_connector_hdmi_audio_get_dai_id()
154 struct of_endpoint of_ep; in dw_hdmi_i2s_get_dai_id() local157 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_i2s_get_dai_id()165 if (of_ep.port == 2) in dw_hdmi_i2s_get_dai_id()
1015 struct of_endpoint of_ep; in mtk_drm_of_ddp_path_build() local1020 ret = of_graph_parse_endpoint(ep_node, &of_ep); in mtk_drm_of_ddp_path_build()1026 if (of_ep.id >= MAX_CRTC) { in mtk_drm_of_ddp_path_build()1028 "Invalid endpoint%u number\n", of_ep.port); in mtk_drm_of_ddp_path_build()1032 output_present[of_ep.id] = true; in mtk_drm_of_ddp_path_build()