Home
last modified time | relevance | path

Searched refs:eld_size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
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 < in update_eld()
659 hdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) hdmi_pin_get_eld() argument
3933 atihdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) atihdmi_pin_get_eld() argument
[all...]
H A Dhda_eld.c295 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld()
303 * ELD is valid, actual eld_size is assigned. in snd_hdmi_get_eld()
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()
764 *eld_size = pos; in snd_hdmi_get_eld_ati()
294 snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size) snd_hdmi_get_eld() argument
632 snd_hdmi_get_eld_ati(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size, bool rev3_or_later) snd_hdmi_get_eld_ati() argument
H A Dhda_local.h693 int eld_size; member
700 unsigned char *buf, int *eld_size);
708 unsigned char *buf, int *eld_size,
/kernel/linux/linux-6.6/sound/pci/hda/
H A 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()
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 < in update_eld()
673 hdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) hdmi_pin_get_eld() argument
4134 atihdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) atihdmi_pin_get_eld() argument
[all...]
H A Dhda_eld.c295 unsigned char *buf, int *eld_size) in snd_hdmi_get_eld()
303 * ELD is valid, actual eld_size is assigned. in snd_hdmi_get_eld()
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()
768 *eld_size = pos; in snd_hdmi_get_eld_ati()
294 snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size) snd_hdmi_get_eld() argument
636 snd_hdmi_get_eld_ati(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size, bool rev3_or_later) snd_hdmi_get_eld_ati() argument
H A Dhda_local.h695 int eld_size; member
702 unsigned char *buf, int *eld_size);
710 unsigned char *buf, int *eld_size,
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdac_hdmi.c70 int eld_size; member
1288 port->eld.eld_size = size; in hdac_hdmi_present_sense()
1291 port->eld.eld_size = 0; in hdac_hdmi_present_sense()
1324 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense()
1463 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info()
1505 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get()
1506 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get()
1509 dev_err(component->dev, "%s: buffer too small, device %d eld_size %d\n", in hdac_hdmi_eld_ctl_get()
1510 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get()
1516 eld->eld_size); in hdac_hdmi_eld_ctl_get()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdac_hdmi.c70 int eld_size; member
1288 port->eld.eld_size = size; in hdac_hdmi_present_sense()
1291 port->eld.eld_size = 0; in hdac_hdmi_present_sense()
1324 port->eld.eld_buffer, port->eld.eld_size, false); in hdac_hdmi_present_sense()
1463 uinfo->count = eld->eld_size; in hdac_hdmi_eld_ctl_info()
1505 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) || in hdac_hdmi_eld_ctl_get()
1506 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get()
1509 dev_err(component->dev, "%s: buffer too small, device %d eld_size %d\n", in hdac_hdmi_eld_ctl_get()
1510 __func__, kcontrol->id.device, eld->eld_size); in hdac_hdmi_eld_ctl_get()
1516 eld->eld_size); in hdac_hdmi_eld_ctl_get()
[all...]

Completed in 19 milliseconds