codec_type         71 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	int codec_type;
codec_type         77 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H264_DEC_V6;
codec_type         80 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H264_MVC_DEC_V6;
codec_type         83 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_VC1_DEC_V6;
codec_type         86 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_MPEG4_DEC_V6;
codec_type         89 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_MPEG2_DEC_V6;
codec_type         92 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H263_DEC_V6;
codec_type         95 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_VC1RCV_DEC_V6;
codec_type         98 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_VP8_DEC_V6;
codec_type        101 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_HEVC_DEC;
codec_type        104 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_VP9_DEC;
codec_type        107 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H264_ENC_V6;
codec_type        110 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H264_MVC_ENC_V6;
codec_type        113 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_MPEG4_ENC_V6;
codec_type        116 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_H263_ENC_V6;
codec_type        119 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_VP8_ENC_V7;
codec_type        122 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_HEVC_ENC;
codec_type        125 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 		codec_type = S5P_FIMV_CODEC_NONE_V6;
codec_type        127 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	mfc_write(dev, codec_type, S5P_FIMV_CODEC_TYPE_V6);
codec_type         30 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void __iomem *codec_type;
codec_type       2245 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	R(codec_type, S5P_FIMV_CODEC_TYPE_V6);
codec_type        842 sound/isa/sscape.c 	int codec_type = WSS_HW_DETECT;
codec_type        854 sound/isa/sscape.c 			codec_type = WSS_HW_AD1848;
codec_type        865 sound/isa/sscape.c 			     codec_type, WSS_HWSHARE_DMA1, &chip);
codec_type       1339 sound/pci/azt3328.c 				enum snd_azf3328_codec_type codec_type,
codec_type       1343 sound/pci/azt3328.c 	struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type];
codec_type       1370 sound/pci/azt3328.c 				((!chip->codecs[peer_codecs[codec_type].other1]
codec_type       1372 sound/pci/azt3328.c 			     &&  (!chip->codecs[peer_codecs[codec_type].other2]
codec_type       1880 sound/pci/azt3328.c 	enum snd_azf3328_codec_type codec_type;
codec_type       1883 sound/pci/azt3328.c 	for (codec_type = AZF_CODEC_PLAYBACK;
codec_type       1884 sound/pci/azt3328.c 		 codec_type <= AZF_CODEC_I2S_OUT;
codec_type       1885 sound/pci/azt3328.c 			 ++codec_type, ++codec) {
codec_type       1888 sound/pci/azt3328.c 		if (!(status & (1 << codec_type)))
codec_type       2030 sound/pci/azt3328.c 		     enum snd_azf3328_codec_type codec_type
codec_type       2035 sound/pci/azt3328.c 	struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type];
codec_type       2387 sound/pci/azt3328.c 	enum snd_azf3328_codec_type codec_type;
codec_type       2469 sound/pci/azt3328.c 	for (codec_type = AZF_CODEC_PLAYBACK;
codec_type       2470 sound/pci/azt3328.c 		codec_type <= AZF_CODEC_I2S_OUT; ++codec_type) {
codec_type       2472 sound/pci/azt3328.c 			 &chip->codecs[codec_type];
codec_type       2477 sound/pci/azt3328.c 		snd_azf3328_ctrl_codec_activity(chip, codec_type, 0);
codec_type         73 sound/pci/hda/patch_via.c 	((spec)->codec_type == VT2002P ||\
codec_type         74 sound/pci/hda/patch_via.c 	 (spec)->codec_type == VT1812 ||\
codec_type         75 sound/pci/hda/patch_via.c 	 (spec)->codec_type == VT1802)
codec_type         82 sound/pci/hda/patch_via.c 	enum VIA_HDA_CODEC codec_type;
codec_type        110 sound/pci/hda/patch_via.c 	spec->codec_type = get_codec_type(codec);
codec_type        112 sound/pci/hda/patch_via.c 	if (spec->codec_type == VT1708BCE)
codec_type        113 sound/pci/hda/patch_via.c 		spec->codec_type = VT1708S;
codec_type        129 sound/pci/hda/patch_via.c 	enum VIA_HDA_CODEC codec_type;
codec_type        133 sound/pci/hda/patch_via.c 		codec_type = UNKNOWN;
codec_type        135 sound/pci/hda/patch_via.c 		codec_type = VT1708;
codec_type        137 sound/pci/hda/patch_via.c 		codec_type = VT1709_10CH;
codec_type        139 sound/pci/hda/patch_via.c 		codec_type = VT1709_6CH;
codec_type        141 sound/pci/hda/patch_via.c 		codec_type = VT1708B_8CH;
codec_type        143 sound/pci/hda/patch_via.c 			codec_type = VT1708BCE;
codec_type        145 sound/pci/hda/patch_via.c 		codec_type = VT1708B_4CH;
codec_type        148 sound/pci/hda/patch_via.c 		codec_type = VT1708S;
codec_type        151 sound/pci/hda/patch_via.c 		codec_type = VT1702;
codec_type        154 sound/pci/hda/patch_via.c 		codec_type = VT1718S;
codec_type        156 sound/pci/hda/patch_via.c 		codec_type = VT1716S;
codec_type        158 sound/pci/hda/patch_via.c 		codec_type = VT1718S;
codec_type        160 sound/pci/hda/patch_via.c 		codec_type = VT2002P;
codec_type        162 sound/pci/hda/patch_via.c 		codec_type = VT1812;
codec_type        164 sound/pci/hda/patch_via.c 		codec_type = VT1708S;
codec_type        166 sound/pci/hda/patch_via.c 		codec_type = VT1802;
codec_type        168 sound/pci/hda/patch_via.c 		codec_type = VT1705CF;
codec_type        170 sound/pci/hda/patch_via.c 		codec_type = VT1808;
codec_type        172 sound/pci/hda/patch_via.c 		codec_type = UNKNOWN;
codec_type        173 sound/pci/hda/patch_via.c 	return codec_type;
codec_type        186 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
codec_type        199 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs)
codec_type        327 sound/pci/hda/patch_via.c 	switch (spec->codec_type) {
codec_type        388 sound/pci/hda/patch_via.c 	if (spec->codec_type == VT1802)
codec_type        461 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708)
codec_type        474 sound/pci/hda/patch_via.c 	if (spec->codec_type != VT1708)
codec_type       1062 sound/pci/hda/patch_via.c 	if (spec->codec_type == VT1802)
codec_type       1069 sound/pci/hda/patch_via.c 	if (spec->codec_type == VT1802)
codec_type        425 sound/soc/codecs/rt5645.c 	int codec_type;
codec_type       1651 sound/soc/codecs/rt5645.c 			if (rt5645->codec_type == CODEC_TYPE_RT5650) {
codec_type       1706 sound/soc/codecs/rt5645.c 			if (rt5645->codec_type == CODEC_TYPE_RT5650) {
codec_type       1746 sound/soc/codecs/rt5645.c 		if (rt5645->codec_type == CODEC_TYPE_RT5645) {
codec_type       1773 sound/soc/codecs/rt5645.c 		if (rt5645->codec_type == CODEC_TYPE_RT5645) {
codec_type       2751 sound/soc/codecs/rt5645.c 	switch (rt5645->codec_type) {
codec_type       2814 sound/soc/codecs/rt5645.c 	switch (rt5645->codec_type) {
codec_type       2991 sound/soc/codecs/rt5645.c 	switch (rt5645->codec_type) {
codec_type       3009 sound/soc/codecs/rt5645.c 		if (rt5645->codec_type == CODEC_TYPE_RT5645)
codec_type       3238 sound/soc/codecs/rt5645.c 	if (rt5645->btn_jack && rt5645->codec_type == CODEC_TYPE_RT5650) {
codec_type       3382 sound/soc/codecs/rt5645.c 	switch (rt5645->codec_type) {
codec_type       3866 sound/soc/codecs/rt5645.c 		rt5645->codec_type = CODEC_TYPE_RT5645;
codec_type       3870 sound/soc/codecs/rt5645.c 		rt5645->codec_type = CODEC_TYPE_RT5650;
codec_type       3899 sound/soc/codecs/rt5645.c 	if (rt5645->codec_type == CODEC_TYPE_RT5650) {
codec_type        162 sound/soc/codecs/tlv320aic31xx.c 	enum aic31xx_type codec_type;
codec_type        717 sound/soc/codecs/tlv320aic31xx.c 	if (!(aic31xx->codec_type & DAC31XX_BIT))
codec_type        724 sound/soc/codecs/tlv320aic31xx.c 	if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT)
codec_type        742 sound/soc/codecs/tlv320aic31xx.c 	if (aic31xx->codec_type & DAC31XX_BIT) {
codec_type        766 sound/soc/codecs/tlv320aic31xx.c 	if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT) {
codec_type        970 sound/soc/codecs/tlv320aic31xx.c 		if (!ret && !(aic31xx->codec_type & DAC31XX_BIT))
codec_type        987 sound/soc/codecs/tlv320aic31xx.c 		if (!ret && !(aic31xx->codec_type & DAC31XX_BIT))
codec_type       1528 sound/soc/codecs/tlv320aic31xx.c 	aic31xx->codec_type = id->driver_data;
codec_type       1548 sound/soc/codecs/tlv320aic31xx.c 		aic31xx->codec_type = aic31xx->pdata.codec_type;
codec_type       1595 sound/soc/codecs/tlv320aic31xx.c 	if (aic31xx->codec_type & DAC31XX_BIT)
codec_type         37 sound/soc/codecs/tlv320aic31xx.h 	enum aic31xx_type codec_type;
codec_type        261 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 codec_type;		/* Codec type */
codec_type        400 sound/soc/intel/atom/sst-mfld-dsp.h 	u16 codec_type;
codec_type         46 sound/soc/intel/atom/sst/sst_stream.c 	str_info->alloc_param.codec_type = str_params->codec;
codec_type         67 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u8 codec_type;
codec_type        384 sound/soc/intel/baytrail/sst-baytrail-ipc.c 			int codec_type, int stream_type, int operation)
codec_type        386 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	stream->request.str_type.codec_type = codec_type;
codec_type         41 sound/soc/intel/baytrail/sst-baytrail-ipc.h 			int codec_type, int stream_type, int operation);
codec_type         36 sound/soc/intel/boards/cht_bsw_rt5645.c 	int codec_type;
codec_type        298 sound/soc/intel/boards/cht_bsw_rt5645.c 	if (ctx->acpi_card->codec_type == CODEC_TYPE_RT5650)