stripped_firmware  271 sound/soc/sof/intel/hda-loader.c 	struct firmware stripped_firmware;
stripped_firmware  276 sound/soc/sof/intel/hda-loader.c 	stripped_firmware.data = plat_data->fw->data;
stripped_firmware  277 sound/soc/sof/intel/hda-loader.c 	stripped_firmware.size = plat_data->fw->size;
stripped_firmware  283 sound/soc/sof/intel/hda-loader.c 	tag = cl_stream_prepare(sdev, 0x40, stripped_firmware.size,
stripped_firmware  302 sound/soc/sof/intel/hda-loader.c 	memcpy(sdev->dmab.area, stripped_firmware.data,
stripped_firmware  303 sound/soc/sof/intel/hda-loader.c 	       stripped_firmware.size);
stripped_firmware  307 sound/soc/sof/intel/hda-loader.c 		ret = cl_dsp_init(sdev, stripped_firmware.data,
stripped_firmware  308 sound/soc/sof/intel/hda-loader.c 				  stripped_firmware.size, tag);