cvt_idx           317 sound/pci/hda/patch_hdmi.c 	int cvt_idx;
cvt_idx           319 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++)
cvt_idx           320 sound/pci/hda/patch_hdmi.c 		if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid)
cvt_idx           321 sound/pci/hda/patch_hdmi.c 			return cvt_idx;
cvt_idx           968 sound/pci/hda/patch_hdmi.c 	int cvt_idx, mux_idx = 0;
cvt_idx           977 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
cvt_idx           978 sound/pci/hda/patch_hdmi.c 		per_cvt = get_cvt(spec, cvt_idx);
cvt_idx           996 sound/pci/hda/patch_hdmi.c 	if (cvt_idx == spec->num_cvts)
cvt_idx          1003 sound/pci/hda/patch_hdmi.c 		*cvt_id = cvt_idx;
cvt_idx          1053 sound/pci/hda/patch_hdmi.c 	int cvt_idx, curr;
cvt_idx          1106 sound/pci/hda/patch_hdmi.c 		for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
cvt_idx          1107 sound/pci/hda/patch_hdmi.c 			per_cvt = get_cvt(spec, cvt_idx);
cvt_idx          1111 sound/pci/hda/patch_hdmi.c 					cvt_idx, nid);
cvt_idx          1114 sound/pci/hda/patch_hdmi.c 					    cvt_idx);
cvt_idx          1159 sound/pci/hda/patch_hdmi.c 	int cvt_idx, pcm_idx;
cvt_idx          1167 sound/pci/hda/patch_hdmi.c 	err = hdmi_choose_cvt(codec, -1, &cvt_idx);
cvt_idx          1171 sound/pci/hda/patch_hdmi.c 	per_cvt = get_cvt(spec, cvt_idx);
cvt_idx          1207 sound/pci/hda/patch_hdmi.c 	int pin_idx, cvt_idx, pcm_idx;
cvt_idx          1235 sound/pci/hda/patch_hdmi.c 	err = hdmi_choose_cvt(codec, pin_idx, &cvt_idx);
cvt_idx          1239 sound/pci/hda/patch_hdmi.c 	per_cvt = get_cvt(spec, cvt_idx);
cvt_idx          1973 sound/pci/hda/patch_hdmi.c 	int cvt_idx, pin_idx, pcm_idx;
cvt_idx          1983 sound/pci/hda/patch_hdmi.c 		cvt_idx = cvt_nid_to_cvt_index(codec, hinfo->nid);
cvt_idx          1984 sound/pci/hda/patch_hdmi.c 		if (snd_BUG_ON(cvt_idx < 0))
cvt_idx          1986 sound/pci/hda/patch_hdmi.c 		per_cvt = get_cvt(spec, cvt_idx);
cvt_idx          4009 sound/pci/hda/patch_hdmi.c 	int err, cvt_idx;
cvt_idx          4038 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
cvt_idx          4039 sound/pci/hda/patch_hdmi.c 		per_cvt = get_cvt(spec, cvt_idx);
cvt_idx           570 sound/soc/codecs/hdac_hdmi.c 	int cvt_idx = 0;
cvt_idx           576 sound/soc/codecs/hdac_hdmi.c 					     AC_VERB_SET_CONNECT_SEL, cvt_idx);
cvt_idx           578 sound/soc/codecs/hdac_hdmi.c 				__func__, cvt->name, port->pin->nid, cvt_idx);
cvt_idx           580 sound/soc/codecs/hdac_hdmi.c 		++cvt_idx;