Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_hdmi.c94 int dev_id, unsigned char *buf, int *eld_size);
343 uinfo->count = eld->eld_valid ? eld->eld_size : 0; in hdmi_eld_ctl_info()
371 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdmi_eld_ctl_get()
372 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get()
382 eld->eld_size); in hdmi_eld_ctl_get()
660 int dev_id, unsigned char *buf, int *eld_size) in hdmi_pin_get_eld() argument
664 return snd_hdmi_get_eld(codec, nid, buf, eld_size); in hdmi_pin_get_eld()
1537 if (eld->eld_size <= 0 || in update_eld()
1539 eld->eld_size) < 0) { in update_eld()
1549 if (!eld->eld_valid || eld->eld_size <= 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()
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()
H A Dhda_local.h693 int eld_size; member
700 unsigned char *buf, int *eld_size);
708 unsigned char *buf, int *eld_size,
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hdmi.c70 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()