Home
last modified time | relevance | path

Searched refs:of_ep (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/display/
H A Ddrm_hdmi_audio_helper.c67 struct of_endpoint of_ep; in drm_connector_hdmi_audio_get_dai_id() local
73 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()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-i2s-audio.c154 struct of_endpoint of_ep; in dw_hdmi_i2s_get_dai_id() local
157 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()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c1015 struct of_endpoint of_ep; in mtk_drm_of_ddp_path_build() local
1020 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()