dai_props          52 include/sound/simple_card_utils.h 	} *dai_props;
dai_props          61 include/sound/simple_card_utils.h #define simple_priv_to_props(priv, i)	((priv)->dai_props + (i))
dai_props         209 sound/soc/generic/audio-graph-card.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link);
dai_props         245 sound/soc/generic/audio-graph-card.c 		dai_props->cpu_dai	= &priv->dais[li->dais++];
dai_props         276 sound/soc/generic/audio-graph-card.c 		dai_props->codec_dai	= &priv->dais[li->dais++];
dai_props         279 sound/soc/generic/audio-graph-card.c 		dai_props->codec_conf	= &priv->codec_conf[li->conf++];
dai_props         306 sound/soc/generic/audio-graph-card.c 	graph_parse_convert(dev, ep, &dai_props->adata);
dai_props         307 sound/soc/generic/audio-graph-card.c 	graph_parse_mclk_fs(top, ep, dai_props);
dai_props         339 sound/soc/generic/audio-graph-card.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link);
dai_props         354 sound/soc/generic/audio-graph-card.c 	dai_props->cpu_dai	= &priv->dais[li->dais++];
dai_props         356 sound/soc/generic/audio-graph-card.c 	dai_props->codec_dai	= &priv->dais[li->dais++];
dai_props         359 sound/soc/generic/audio-graph-card.c 	graph_parse_mclk_fs(top, cpu_ep,   dai_props);
dai_props         360 sound/soc/generic/audio-graph-card.c 	graph_parse_mclk_fs(top, codec_ep, dai_props);
dai_props         198 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, rtd->num);
dai_props         201 sound/soc/generic/simple-card-utils.c 	ret = asoc_simple_clk_enable(dai_props->cpu_dai);
dai_props         205 sound/soc/generic/simple-card-utils.c 	ret = asoc_simple_clk_enable(dai_props->codec_dai);
dai_props         207 sound/soc/generic/simple-card-utils.c 		asoc_simple_clk_disable(dai_props->cpu_dai);
dai_props         219 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props =
dai_props         222 sound/soc/generic/simple-card-utils.c 	if (dai_props->mclk_fs) {
dai_props         227 sound/soc/generic/simple-card-utils.c 	asoc_simple_clk_disable(dai_props->cpu_dai);
dai_props         229 sound/soc/generic/simple-card-utils.c 	asoc_simple_clk_disable(dai_props->codec_dai);
dai_props         255 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props =
dai_props         260 sound/soc/generic/simple-card-utils.c 	if (dai_props->mclk_fs)
dai_props         261 sound/soc/generic/simple-card-utils.c 		mclk_fs = dai_props->mclk_fs;
dai_props         266 sound/soc/generic/simple-card-utils.c 		ret = asoc_simple_set_clk_rate(dai_props->codec_dai, mclk);
dai_props         270 sound/soc/generic/simple-card-utils.c 		ret = asoc_simple_set_clk_rate(dai_props->cpu_dai, mclk);
dai_props         294 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, rtd->num);
dai_props         296 sound/soc/generic/simple-card-utils.c 	asoc_simple_convert_fixup(&dai_props->adata, params);
dai_props         337 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, rtd->num);
dai_props         341 sound/soc/generic/simple-card-utils.c 				   dai_props->codec_dai);
dai_props         346 sound/soc/generic/simple-card-utils.c 				   dai_props->cpu_dai);
dai_props         554 sound/soc/generic/simple-card-utils.c 	struct simple_dai_props *dai_props;
dai_props         559 sound/soc/generic/simple-card-utils.c 	dai_props = devm_kcalloc(dev, li->link, sizeof(*dai_props), GFP_KERNEL);
dai_props         562 sound/soc/generic/simple-card-utils.c 	if (!dai_props || !dai_link || !dais)
dai_props         582 sound/soc/generic/simple-card-utils.c 		dai_link[i].cpus		= &dai_props[i].cpus;
dai_props         584 sound/soc/generic/simple-card-utils.c 		dai_link[i].codecs		= &dai_props[i].codecs;
dai_props         586 sound/soc/generic/simple-card-utils.c 		dai_link[i].platforms		= &dai_props[i].platforms;
dai_props         590 sound/soc/generic/simple-card-utils.c 	priv->dai_props		= dai_props;
dai_props         123 sound/soc/generic/simple-card.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link);
dai_props         162 sound/soc/generic/simple-card.c 		dai_props->cpu_dai	= &priv->dais[li->dais++];
dai_props         192 sound/soc/generic/simple-card.c 		dai_props->codec_dai	= &priv->dais[li->dais++];
dai_props         195 sound/soc/generic/simple-card.c 		dai_props->codec_conf	= &priv->codec_conf[li->conf++];
dai_props         220 sound/soc/generic/simple-card.c 	simple_parse_convert(dev, np, &dai_props->adata);
dai_props         221 sound/soc/generic/simple-card.c 	simple_parse_mclk_fs(top, np, codec, dai_props, prefix);
dai_props         252 sound/soc/generic/simple-card.c 	struct simple_dai_props *dai_props = simple_priv_to_props(priv, li->link);
dai_props         286 sound/soc/generic/simple-card.c 	dai_props->cpu_dai	= &priv->dais[li->dais++];
dai_props         288 sound/soc/generic/simple-card.c 	dai_props->codec_dai	= &priv->dais[li->dais++];
dai_props         295 sound/soc/generic/simple-card.c 	simple_parse_mclk_fs(top, cpu, codec, dai_props, prefix);
dai_props         657 sound/soc/generic/simple-card.c 		struct simple_dai_props *dai_props = priv->dai_props;
dai_props         676 sound/soc/generic/simple-card.c 		dai_props->cpu_dai	= &priv->dais[dai_idx++];
dai_props         677 sound/soc/generic/simple-card.c 		dai_props->codec_dai	= &priv->dais[dai_idx++];
dai_props         694 sound/soc/generic/simple-card.c 		memcpy(dai_props->cpu_dai, &cinfo->cpu_dai,
dai_props         695 sound/soc/generic/simple-card.c 					sizeof(*dai_props->cpu_dai));
dai_props         696 sound/soc/generic/simple-card.c 		memcpy(dai_props->codec_dai, &cinfo->codec_dai,
dai_props         697 sound/soc/generic/simple-card.c 					sizeof(*dai_props->codec_dai));