sp_cfg            110 sound/soc/intel/skylake/skl-ssp-clk.c 	struct nhlt_specific_cfg *sp_cfg;
sp_cfg            123 sound/soc/intel/skylake/skl-ssp-clk.c 	sp_cfg = &fmt_cfg->config;
sp_cfg            144 sound/soc/intel/skylake/skl-ssp-clk.c 	i2s_config_size = sp_cfg->size + size;
sp_cfg            150 sound/soc/intel/skylake/skl-ssp-clk.c 	memcpy(i2s_config, sp_cfg->caps, sp_cfg->size);
sp_cfg            153 sound/soc/intel/skylake/skl-ssp-clk.c 	memcpy(i2s_config + sp_cfg->size, data, size);
sp_cfg            386 sound/soc/intel/skylake/skl-topology.c 	struct skl_specific_cfg *sp_cfg;
sp_cfg            390 sound/soc/intel/skylake/skl-topology.c 		sp_cfg = &mconfig->formats_config;
sp_cfg            391 sound/soc/intel/skylake/skl-topology.c 		ret = skl_set_module_params(skl, sp_cfg->caps,
sp_cfg            392 sound/soc/intel/skylake/skl-topology.c 					sp_cfg->caps_size,
sp_cfg            393 sound/soc/intel/skylake/skl-topology.c 					sp_cfg->param_id, mconfig);
sp_cfg            746 sound/soc/intel/skylake/skl-topology.c 	struct skl_specific_cfg *sp_cfg;
sp_cfg            765 sound/soc/intel/skylake/skl-topology.c 		sp_cfg = &mconfig->formats_config;
sp_cfg            766 sound/soc/intel/skylake/skl-topology.c 		ret = skl_set_module_params(skl, sp_cfg->caps,
sp_cfg            767 sound/soc/intel/skylake/skl-topology.c 					sp_cfg->caps_size,
sp_cfg            768 sound/soc/intel/skylake/skl-topology.c 					sp_cfg->param_id, mconfig);
sp_cfg           1405 sound/soc/intel/skylake/skl-topology.c 	struct skl_specific_cfg *sp_cfg = &mconfig->formats_config;
sp_cfg           1407 sound/soc/intel/skylake/skl-topology.c 	sp_cfg->caps_size = sizeof(struct skl_mic_sel_config);
sp_cfg           1408 sound/soc/intel/skylake/skl-topology.c 	sp_cfg->set_params = SKL_PARAM_SET;
sp_cfg           1409 sound/soc/intel/skylake/skl-topology.c 	sp_cfg->param_id = 0x00;
sp_cfg           1410 sound/soc/intel/skylake/skl-topology.c 	if (!sp_cfg->caps) {
sp_cfg           1411 sound/soc/intel/skylake/skl-topology.c 		sp_cfg->caps = devm_kzalloc(dev, sp_cfg->caps_size, GFP_KERNEL);
sp_cfg           1412 sound/soc/intel/skylake/skl-topology.c 		if (!sp_cfg->caps)
sp_cfg           1418 sound/soc/intel/skylake/skl-topology.c 	memcpy(sp_cfg->caps, mic_cfg, sp_cfg->caps_size);