Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/bridge/adv7511/
Dadv7511_audio.c203 struct of_endpoint of_ep; in adv7511_hdmi_i2s_get_dai_id() local
206 ret = of_graph_parse_endpoint(endpoint, &of_ep); in adv7511_hdmi_i2s_get_dai_id()
214 if (of_ep.port == 2) in adv7511_hdmi_i2s_get_dai_id()
/Linux-v5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-i2s-audio.c146 struct of_endpoint of_ep; in dw_hdmi_i2s_get_dai_id() local
149 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_i2s_get_dai_id()
157 if (of_ep.port == 2) in dw_hdmi_i2s_get_dai_id()
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c316 struct of_endpoint of_ep; in sun8i_mixer_of_get_id() local
328 of_graph_parse_endpoint(remote, &of_ep); in sun8i_mixer_of_get_id()
330 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.10/drivers/gpu/drm/bridge/
Dsii902x.c707 struct of_endpoint of_ep; in sii902x_audio_get_dai_id() local
710 ret = of_graph_parse_endpoint(endpoint, &of_ep); in sii902x_audio_get_dai_id()
718 if (of_ep.port == SII902X_AUDIO_PORT_INDEX) in sii902x_audio_get_dai_id()
Dlontium-lt9611.c1057 struct of_endpoint of_ep; in lt9611_hdmi_i2s_get_dai_id() local
1060 ret = of_graph_parse_endpoint(endpoint, &of_ep); in lt9611_hdmi_i2s_get_dai_id()
1068 if (of_ep.port == 2) in lt9611_hdmi_i2s_get_dai_id()