Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c156 uinfo->count = eld->eld_valid ? eld->eld_size : 0; in hdmi_eld_ctl_info()
180 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdmi_eld_ctl_get()
181 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get()
190 eld->eld_size); in hdmi_eld_ctl_get()
464 int dev_id, unsigned char *buf, int *eld_size) in hdmi_pin_get_eld() argument
468 return snd_hdmi_get_eld(codec, nid, buf, eld_size); in hdmi_pin_get_eld()
1150 if (eld->eld_size <= 0 || in update_eld()
1152 eld->eld_buffer, eld->eld_size) < 0) { in update_eld()
1162 if (!eld->eld_valid || eld->eld_size <= 0 || eld->info.sad_count <= 0) { in update_eld()
1164 eld->eld_size = 0; in update_eld()
[all …]
H A Datihdmi.c94 unsigned char *buf, int *eld_size, bool rev3_or_later) in get_eld_ati() argument
225 *eld_size = pos; in get_eld_ati()
231 int dev_id, unsigned char *buf, int *eld_size) in atihdmi_pin_get_eld() argument
235 return get_eld_ati(codec, nid, buf, eld_size, in atihdmi_pin_get_eld()
H A Deld.c53 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld() argument
102 *eld_size = size; in snd_hdmi_get_eld()
H A Dhdmi_local.h63 int dev_id, unsigned char *buf, int *eld_size);
/linux/sound/hda/common/
H A Dhda_local.h690 int eld_size; member
697 unsigned char *buf, int *eld_size);
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c69 int eld_size; member
1296 port->eld.eld_size = size; in hdac_hdmi_present_sense()
1299 port->eld.eld_size = 0; in hdac_hdmi_present_sense()
1332 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense()