stripped_fw        53 sound/soc/intel/skylake/bxt-sst.c 	struct firmware stripped_fw;
stripped_fw        58 sound/soc/intel/skylake/bxt-sst.c 		ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw,
stripped_fw        64 sound/soc/intel/skylake/bxt-sst.c 					stripped_fw.size, &dmab);
stripped_fw        73 sound/soc/intel/skylake/bxt-sst.c 		memcpy(dmab.area, stripped_fw.data, stripped_fw.size);
stripped_fw       186 sound/soc/intel/skylake/bxt-sst.c 	struct firmware stripped_fw;
stripped_fw       205 sound/soc/intel/skylake/bxt-sst.c 	stripped_fw.data = ctx->fw->data;
stripped_fw       206 sound/soc/intel/skylake/bxt-sst.c 	stripped_fw.size = ctx->fw->size;
stripped_fw       207 sound/soc/intel/skylake/bxt-sst.c 	skl_dsp_strip_extended_manifest(&stripped_fw);
stripped_fw       211 sound/soc/intel/skylake/bxt-sst.c 		ret = sst_bxt_prepare_fw(ctx, stripped_fw.data, stripped_fw.size);
stripped_fw       110 sound/soc/intel/skylake/cnl-sst.c 	struct firmware stripped_fw;
stripped_fw       130 sound/soc/intel/skylake/cnl-sst.c 	stripped_fw.data = ctx->fw->data;
stripped_fw       131 sound/soc/intel/skylake/cnl-sst.c 	stripped_fw.size = ctx->fw->size;
stripped_fw       132 sound/soc/intel/skylake/cnl-sst.c 	skl_dsp_strip_extended_manifest(&stripped_fw);
stripped_fw       134 sound/soc/intel/skylake/cnl-sst.c 	ret = cnl_prepare_fw(ctx, stripped_fw.data, stripped_fw.size);
stripped_fw       250 sound/soc/intel/skylake/skl-sst-dsp.h 			struct firmware *stripped_fw,
stripped_fw       238 sound/soc/intel/skylake/skl-sst-utils.c 	struct firmware stripped_fw;
stripped_fw       243 sound/soc/intel/skylake/skl-sst-utils.c 	stripped_fw.data = fw->data;
stripped_fw       244 sound/soc/intel/skylake/skl-sst-utils.c 	stripped_fw.size = fw->size;
stripped_fw       246 sound/soc/intel/skylake/skl-sst-utils.c 	skl_dsp_strip_extended_manifest(&stripped_fw);
stripped_fw       248 sound/soc/intel/skylake/skl-sst-utils.c 	buf = stripped_fw.data;
stripped_fw       252 sound/soc/intel/skylake/skl-sst-utils.c 	if (stripped_fw.size <= safe_file) {
stripped_fw       261 sound/soc/intel/skylake/skl-sst-utils.c 	if (stripped_fw.size <= safe_file) {
stripped_fw       272 sound/soc/intel/skylake/skl-sst-utils.c 	if (stripped_fw.size <= safe_file) {
stripped_fw       384 sound/soc/intel/skylake/skl-sst-utils.c 		struct firmware *stripped_fw,
stripped_fw       406 sound/soc/intel/skylake/skl-sst-utils.c 	stripped_fw->data = linfo->fw->data;
stripped_fw       407 sound/soc/intel/skylake/skl-sst-utils.c 	stripped_fw->size = linfo->fw->size;
stripped_fw       408 sound/soc/intel/skylake/skl-sst-utils.c 	skl_dsp_strip_extended_manifest(stripped_fw);
stripped_fw        70 sound/soc/intel/skylake/skl-sst.c 	struct firmware stripped_fw;
stripped_fw        96 sound/soc/intel/skylake/skl-sst.c 	stripped_fw.data = ctx->fw->data;
stripped_fw        97 sound/soc/intel/skylake/skl-sst.c 	stripped_fw.size = ctx->fw->size;
stripped_fw        99 sound/soc/intel/skylake/skl-sst.c 	skl_dsp_strip_extended_manifest(&stripped_fw);
stripped_fw       134 sound/soc/intel/skylake/skl-sst.c 	ret = skl_transfer_firmware(ctx, stripped_fw.data, stripped_fw.size);
stripped_fw       388 sound/soc/intel/skylake/skl-sst.c 	struct firmware stripped_fw;
stripped_fw       393 sound/soc/intel/skylake/skl-sst.c 		ret = skl_prepare_lib_load(skl, &skl->lib_info[i], &stripped_fw,
stripped_fw       397 sound/soc/intel/skylake/skl-sst.c 		ret = skl_transfer_module(ctx, stripped_fw.data,
stripped_fw       398 sound/soc/intel/skylake/skl-sst.c 				stripped_fw.size, 0, i, false);