Home
last modified time | relevance | path

Searched refs:get_eld (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-audio.h12 u8 *(*get_eld)(struct dw_hdmi *hdmi); member
20 u8 *(*get_eld)(struct dw_hdmi *hdmi); member
H A Ddw-hdmi-i2s-audio.c140 eld = audio->get_eld(audio->hdmi); in dw_hdmi_i2s_get_eld()
185 .get_eld = dw_hdmi_i2s_get_eld,
H A Ddw-hdmi-ahb-audio.c329 eld = dw->data.get_eld(dw->data.hdmi); in dw_hdmi_open()
/linux/include/drm/
H A Ddrm_audio_component.h63 int (*get_eld)(struct device *, int port, int pipe, bool *enabled, member
/linux/include/sound/
H A Dhdmi-codec.h100 int (*get_eld)(struct device *dev, void *data, member
/linux/drivers/gpu/drm/display/
H A Ddrm_hdmi_audio_helper.c136 .get_eld = drm_connector_hdmi_audio_get_eld,
/linux/sound/soc/codecs/
H A Dhdmi-codec.c468 if (tx && hcp->hcd.ops->get_eld) { in hdmi_codec_startup()
469 ret = hcp->hcd.ops->get_eld(dai->dev->parent, hcp->hcd.data, in hdmi_codec_startup()
957 if (hcp->hcd.ops->get_eld) { in plugged_cb()
958 hcp->hcd.ops->get_eld(dev->parent, hcp->hcd.data, in plugged_cb()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1662 .get_eld = hdmi_audio_get_eld,
/linux/drivers/gpu/drm/bridge/
H A Dtda998x_drv.c1168 .get_eld = tda998x_audio_get_eld,