Searched refs:eld_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/sound/pci/hda/ |
D | patch_hdmi.c | 99 int dev_id, unsigned char *buf, int *eld_size); 354 uinfo->count = eld->eld_valid ? eld->eld_size : 0; in hdmi_eld_ctl_info() 382 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdmi_eld_ctl_get() 383 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get() 393 eld->eld_size); in hdmi_eld_ctl_get() 672 int dev_id, unsigned char *buf, int *eld_size) in hdmi_pin_get_eld() argument 676 return snd_hdmi_get_eld(codec, nid, buf, eld_size); in hdmi_pin_get_eld() 1502 if (eld->eld_size <= 0 || in update_eld() 1504 eld->eld_size) < 0) { in update_eld() 1514 if (!eld->eld_valid || eld->eld_size <= 0 || eld->info.sad_count <= 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() 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()
|
D | hda_local.h | 695 int eld_size; member 702 unsigned char *buf, int *eld_size); 710 unsigned char *buf, int *eld_size,
|
/Linux-v6.1/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()
|