Home
last modified time | relevance | path

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

/linux-6.14.4/sound/pci/hda/
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 …]
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()
Dhda_local.h721 int eld_size; member
728 unsigned char *buf, int *eld_size);
736 unsigned char *buf, int *eld_size,
/linux-6.14.4/sound/soc/codecs/
Dhdac_hdmi.c71 int eld_size; member
1291 port->eld.eld_size = size; in hdac_hdmi_present_sense()
1294 port->eld.eld_size = 0; in hdac_hdmi_present_sense()
1327 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense()
1466 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info()
1508 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get()
1509 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get()
1513 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get()
1519 eld->eld_size); in hdac_hdmi_eld_ctl_get()