Searched refs:get_eld (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-audio.h12 u8 *(*get_eld)(struct dw_hdmi *hdmi); member in struct:dw_hdmi_audio_data
20 u8 *(*get_eld)(struct dw_hdmi *hdmi); member in struct:dw_hdmi_i2s_audio_data
H A Ddw-hdmi-gp-audio.c119 eld = audio->get_eld(audio->hdmi);
142 .get_eld = audio_get_eld,
H A Ddw-hdmi-i2s-audio.c140 eld = audio->get_eld(audio->hdmi);
184 .get_eld = dw_hdmi_i2s_get_eld,
H A Ddw-hdmi-ahb-audio.c328 eld = dw->data.get_eld(dw->data.hdmi);
H A Ddw-hdmi.c3568 audio.get_eld = hdmi_audio_get_eld;
3581 audio.get_eld = hdmi_audio_get_eld;
3599 audio.get_eld = hdmi_audio_get_eld;
/linux-master/include/drm/
H A Ddrm_audio_component.h52 * @get_eld: fill the audio state and ELD bytes for the given port
63 int (*get_eld)(struct device *, int port, int pipe, bool *enabled, member in struct:drm_audio_component_ops
/linux-master/include/sound/
H A Dhdmi-codec.h100 int (*get_eld)(struct device *dev, void *data, member in struct:hdmi_codec_ops
/linux-master/sound/hda/
H A Dhdac_component.c169 if (!acomp || !acomp->ops || !acomp->ops->get_eld)
179 return acomp->ops->get_eld(acomp->dev, port, pipe, audio_enabled,
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c452 if (tx && hcp->hcd.ops->get_eld) {
453 ret = hcp->hcd.ops->get_eld(dai->dev->parent, hcp->hcd.data,
866 if (hcp->hcd.ops->get_eld) {
867 hcp->hcd.ops->get_eld(dev->parent, hcp->hcd.data,
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_audio.c515 .get_eld = dp_audio_get_eld,
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c885 .get_eld = cdn_dp_audio_get_eld,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_audio.c782 .get_eld = radeon_audio_component_get_eld,
/linux-master/drivers/gpu/drm/bridge/
H A Dsii902x.c804 .get_eld = sii902x_audio_get_eld,
H A Dite-it66121.c1468 .get_eld = it66121_audio_get_eld,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hdmi.c1233 .get_eld = hdmi_audio_get_eld,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_audio.c1270 .get_eld = i915_audio_component_get_eld,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1672 .get_eld = mtk_hdmi_audio_get_eld,
H A Dmtk_dp.c2527 .get_eld = mtk_dp_audio_get_eld,
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1167 .get_eld = tda998x_audio_get_eld,
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c2017 .get_eld = anx7625_audio_get_eld,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1652 .get_eld = hdmi_audio_get_eld,
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c635 .get_eld = nv50_audio_component_get_eld,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c2667 .get_eld = vc4_hdmi_audio_get_eld,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1017 .get_eld = amdgpu_dm_audio_component_get_eld,

Completed in 309 milliseconds