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

/linux-master/sound/pci/hda/
H A Dhda_eld.c295 unsigned char *buf, int *eld_size)
303 * ELD is valid, actual eld_size is assigned.
344 *eld_size = size;
637 unsigned char *buf, int *eld_size, bool rev3_or_later)
768 *eld_size = pos;
294 snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size) 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) argument
H A Dpatch_hdmi.c100 int dev_id, unsigned char *buf, int *eld_size);
356 uinfo->count = eld->eld_valid ? eld->eld_size : 0;
384 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) ||
385 eld->eld_size > ELD_MAX_SIZE) {
395 eld->eld_size);
674 int dev_id, unsigned char *buf, int *eld_size)
678 return snd_hdmi_get_eld(codec, nid, buf, eld_size);
1513 if (eld->eld_size <= 0 ||
1515 eld->eld_size) < 0) {
1525 if (!eld->eld_valid || eld->eld_size <
673 hdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) argument
4134 atihdmi_pin_get_eld(struct hda_codec *codec, hda_nid_t nid, int dev_id, unsigned char *buf, int *eld_size) argument
[all...]
H A Dhda_local.h695 int eld_size; member in struct:hdmi_eld
702 unsigned char *buf, int *eld_size);
710 unsigned char *buf, int *eld_size,
/linux-master/sound/soc/codecs/
H A Dhdac_hdmi.c71 int eld_size; member in struct:hdac_hdmi_eld
1291 port->eld.eld_size = size;
1294 port->eld.eld_size = 0;
1327 port->eld.eld_buffer, port->eld.eld_size, false);
1466 uinfo->count = eld->eld_size;
1508 if (eld->eld_size > ARRAY_SIZE(ucontrol->value.bytes.data) ||
1509 eld->eld_size > ELD_MAX_SIZE) {
1512 dev_err(component->dev, "%s: buffer too small, device %d eld_size %d\n",
1513 __func__, kcontrol->id.device, eld->eld_size);
1519 eld->eld_size);
[all...]

Completed in 228 milliseconds