Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-i2s-audio.c137 struct of_endpoint of_ep; in dw_hdmi_i2s_get_dai_id() local
140 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_i2s_get_dai_id()
148 if (of_ep.port == 2) in dw_hdmi_i2s_get_dai_id()
/Linux-v5.4/drivers/gpu/drm/bridge/adv7511/
Dadv7511_audio.c188 struct of_endpoint of_ep; in adv7511_hdmi_i2s_get_dai_id() local
191 ret = of_graph_parse_endpoint(endpoint, &of_ep); in adv7511_hdmi_i2s_get_dai_id()
199 if (of_ep.port == 2) in adv7511_hdmi_i2s_get_dai_id()
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c325 struct of_endpoint of_ep; in sun8i_mixer_of_get_id() local
337 of_graph_parse_endpoint(remote, &of_ep); in sun8i_mixer_of_get_id()
339 return of_ep.id; in sun8i_mixer_of_get_id()
Dsun4i_backend.c715 struct of_endpoint of_ep; in sun4i_backend_of_get_id() local
727 of_graph_parse_endpoint(remote, &of_ep); in sun4i_backend_of_get_id()
729 return of_ep.id; in sun4i_backend_of_get_id()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dsii902x.c700 struct of_endpoint of_ep; in sii902x_audio_get_dai_id() local
703 ret = of_graph_parse_endpoint(endpoint, &of_ep); in sii902x_audio_get_dai_id()
711 if (of_ep.port == SII902X_AUDIO_PORT_INDEX) in sii902x_audio_get_dai_id()