Searched refs:eld_size (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_eld.c | 54 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld() argument 103 *eld_size = size; in snd_hdmi_get_eld() 268 unsigned char *buf, int *eld_size, bool rev3_or_later) in snd_hdmi_get_eld_ati() argument 399 *eld_size = pos; in snd_hdmi_get_eld_ati()
|
| H A D | patch_hdmi.c | 385 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get() 395 eld->eld_size); in hdmi_eld_ctl_get() 1513 if (eld->eld_size <= 0 || in update_eld() 1515 eld->eld_buffer, eld->eld_size) < 0) { in update_eld() 1527 eld->eld_size = 0; in update_eld() 1563 if (pin_eld->eld_size != eld->eld_size || in update_eld() 1565 eld->eld_size) != 0) in update_eld() 1571 pin_eld->eld_size = eld->eld_size; in update_eld() 1574 eld->eld_size); in update_eld() 1646 eld->eld_buffer, &eld->eld_size) < 0) in hdmi_present_sense_via_verbs() [all …]
|
| H A D | hda_local.h | 683 int eld_size; member 690 unsigned char *buf, int *eld_size); 695 unsigned char *buf, int *eld_size,
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 71 int eld_size; member 1290 port->eld.eld_size = size; in hdac_hdmi_present_sense() 1293 port->eld.eld_size = 0; in hdac_hdmi_present_sense() 1326 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense() 1465 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info() 1507 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get() 1508 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get() 1512 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get() 1518 eld->eld_size); in hdac_hdmi_eld_ctl_get()
|