num_cvts          131 sound/pci/hda/patch_hdmi.c 	int num_cvts;
num_cvts          319 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++)
num_cvts          977 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
num_cvts          996 sound/pci/hda/patch_hdmi.c 	if (cvt_idx == spec->num_cvts)
num_cvts         1032 sound/pci/hda/patch_hdmi.c 	for (i = 0; i < spec->num_cvts; i++)
num_cvts         1106 sound/pci/hda/patch_hdmi.c 		for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {
num_cvts         1811 sound/pci/hda/patch_hdmi.c 	if (spec->num_cvts < ARRAY_SIZE(spec->cvt_nids))
num_cvts         1812 sound/pci/hda/patch_hdmi.c 		spec->cvt_nids[spec->num_cvts] = cvt_nid;
num_cvts         1813 sound/pci/hda/patch_hdmi.c 	spec->num_cvts++;
num_cvts         2587 sound/pci/hda/patch_hdmi.c 	if (nconns == spec->num_cvts &&
num_cvts         2588 sound/pci/hda/patch_hdmi.c 	    !memcmp(conns, spec->cvt_nids, spec->num_cvts * sizeof(hda_nid_t)))
num_cvts         2593 sound/pci/hda/patch_hdmi.c 	snd_hda_override_conn_list(codec, nid, spec->num_cvts, spec->cvt_nids);
num_cvts         3182 sound/pci/hda/patch_hdmi.c 	spec->num_cvts = 1;
num_cvts         4038 sound/pci/hda/patch_hdmi.c 	for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) {