num_cvt           139 sound/soc/codecs/hdac_hdmi.c 	int num_cvt;
num_cvt           976 sound/soc/codecs/hdac_hdmi.c 	int num_items = hdmi->num_cvt + 1;
num_cvt          1037 sound/soc/codecs/hdac_hdmi.c 	int mux_index = hdmi->num_cvt + hdmi->num_ports;
num_cvt          1043 sound/soc/codecs/hdac_hdmi.c 		for (j = 0; j < hdmi->num_cvt; j++) {
num_cvt          1088 sound/soc/codecs/hdac_hdmi.c 				((2 * hdmi->num_ports) + hdmi->num_cvt)),
num_cvt          1137 sound/soc/codecs/hdac_hdmi.c 			num_routes += hdmi->num_cvt;
num_cvt          1153 sound/soc/codecs/hdac_hdmi.c 			int sink_index = i + hdmi->num_cvt;
num_cvt          1167 sound/soc/codecs/hdac_hdmi.c 		((2 * hdmi->num_ports) + hdmi->num_cvt));
num_cvt          1220 sound/soc/codecs/hdac_hdmi.c 	hdmi->num_cvt++;
num_cvt          1546 sound/soc/codecs/hdac_hdmi.c 	if (!hdmi->num_pin || !hdmi->num_cvt) {
num_cvt          1552 sound/soc/codecs/hdac_hdmi.c 	ret = hdac_hdmi_create_dais(hdev, dais, hdmi, hdmi->num_cvt);
num_cvt          1559 sound/soc/codecs/hdac_hdmi.c 	*num_dais = hdmi->num_cvt;