Searched refs:eld_size (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | patch_hdmi.c | 94 int dev_id, unsigned char *buf, int *eld_size); 340 uinfo->count = eld->eld_valid ? eld->eld_size : 0; in hdmi_eld_ctl_info() 368 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdmi_eld_ctl_get() 369 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get() 379 eld->eld_size); in hdmi_eld_ctl_get() 657 int dev_id, unsigned char *buf, int *eld_size) in hdmi_pin_get_eld() argument 661 return snd_hdmi_get_eld(codec, nid, buf, eld_size); in hdmi_pin_get_eld() 1517 if (eld->eld_size <= 0 || in update_eld() 1519 eld->eld_size) < 0) { in update_eld() 1529 if (!eld->eld_valid || eld->eld_size <= 0) { in update_eld() [all …]
|
D | hda_eld.c | 295 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld() argument 344 *eld_size = size; in snd_hdmi_get_eld() 633 unsigned char *buf, int *eld_size, bool rev3_or_later) in snd_hdmi_get_eld_ati() argument 764 *eld_size = pos; in snd_hdmi_get_eld_ati()
|
D | hda_local.h | 692 int eld_size; member 699 unsigned char *buf, int *eld_size); 707 unsigned char *buf, int *eld_size,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | hdac_hdmi.c | 70 int eld_size; member 1283 port->eld.eld_size = size; in hdac_hdmi_present_sense() 1286 port->eld.eld_size = 0; in hdac_hdmi_present_sense() 1319 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense() 1458 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info() 1500 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get() 1501 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get() 1505 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get() 1511 eld->eld_size); in hdac_hdmi_eld_ctl_get()
|