Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c100 int dev_id, unsigned char *buf, int *eld_size);
356 uinfo->count = eld->eld_valid ? eld->eld_size : 0; in hdmi_eld_ctl_info()
384 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdmi_eld_ctl_get()
385 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get()
395 eld->eld_size); in hdmi_eld_ctl_get()
674 int dev_id, unsigned char *buf, int *eld_size) in hdmi_pin_get_eld() argument
678 return snd_hdmi_get_eld(codec, nid, buf, eld_size); in hdmi_pin_get_eld()
1513 if (eld->eld_size <= 0 || in update_eld()
1515 eld->eld_size) < 0) { in update_eld()
1525 if (!eld->eld_valid || eld->eld_size <= 0 || eld->info.sad_count <= 0) { in update_eld()
[all …]
H A Dhda_eld.c295 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld() argument
344 *eld_size = size; in snd_hdmi_get_eld()
637 unsigned char *buf, int *eld_size, bool rev3_or_later) in snd_hdmi_get_eld_ati() argument
768 *eld_size = pos; in snd_hdmi_get_eld_ati()
H A Dhda_local.h721 int eld_size; member
728 unsigned char *buf, int *eld_size);
736 unsigned char *buf, int *eld_size,
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c70 int eld_size; member
1288 port->eld.eld_size = size; in hdac_hdmi_present_sense()
1291 port->eld.eld_size = 0; in hdac_hdmi_present_sense()
1324 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense()
1463 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info()
1505 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get()
1506 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get()
1510 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get()
1516 eld->eld_size); in hdac_hdmi_eld_ctl_get()