Lines Matching defs:cmpnt
127 static int tegra210_mixer_configure_gain(struct snd_soc_component *cmpnt,
130 struct tegra210_mixer *mixer = snd_soc_component_get_drvdata(cmpnt);
134 pm_runtime_get_sync(cmpnt->dev);
172 pm_runtime_put(cmpnt->dev);
182 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
183 struct tegra210_mixer *mixer = snd_soc_component_get_drvdata(cmpnt);
201 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
202 struct tegra210_mixer *mixer = snd_soc_component_get_drvdata(cmpnt);
215 err = tegra210_mixer_configure_gain(cmpnt, id, instant_gain);
217 dev_err(cmpnt->dev, "Failed to apply gain\n");