sink_desc_len     636 sound/pci/hda/hda_eld.c 	int sink_desc_len = 0;
sink_desc_len     682 sound/pci/hda/hda_eld.c 		sink_desc_len = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_SINK_INFO_DATA, 0);
sink_desc_len     684 sound/pci/hda/hda_eld.c 		if (sink_desc_len > ELD_MAX_MNL) {
sink_desc_len     686 sound/pci/hda/hda_eld.c 				   sink_desc_len);
sink_desc_len     687 sound/pci/hda/hda_eld.c 			sink_desc_len = ELD_MAX_MNL;
sink_desc_len     690 sound/pci/hda/hda_eld.c 		buf[4] |= sink_desc_len;
sink_desc_len     692 sound/pci/hda/hda_eld.c 		for (i = 0; i < sink_desc_len; i++) {
sink_desc_len     726 sound/pci/hda/hda_eld.c 	if (pos == ELD_FIXED_BYTES + sink_desc_len) {
sink_desc_len     756 sound/pci/hda/hda_eld.c 	buf[5] |= ((pos - ELD_FIXED_BYTES - sink_desc_len) / 3) << 4;